Exemplo n.º 1
0
 public void rewind() throws DbException, TransactionAbortedException {
   child.rewind();
 }
Exemplo n.º 2
0
 public void rewind() throws DbException, TransactionAbortedException {
   // some code goes here
   // DONE
   _child.rewind();
 }