db4o

ObjectContainer.rollback Method 

rolls back the running transaction.

void rollback();

Remarks

rolls back the running transaction.

Modified application objects im memory are not restored. Use combined calls to deactivate and activate to reload an objects member values.

See Also

ObjectContainer Interface | com.db4o Namespace