db4o

ObjectContainer.rollback Method 

rolls back the running transaction.

void rollback();

Remarks

rolls back the running transaction.

Transactions are back-to-back. A call to rollback will starts a new transaction immedidately.

rollback will not restore modified objects in memory. They can be refreshed from the database by calling refresh .

See Also

ObjectContainer Interface | com.db4o Namespace