Package com.db4o.ta
Interface RollbackStrategy
-
- All Known Implementing Classes:
DeactivatingRollbackStrategy
public interface RollbackStrategy
Interface defining rollback behavior when Transparent Persistence mode is on.- See Also:
TransparentPersistenceSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rollback(ObjectContainer container, java.lang.Object obj)
Method to be called per TP-enabled object when the transaction is rolled back.
-
-
-
Method Detail
-
rollback
void rollback(ObjectContainer container, java.lang.Object obj)
Method to be called per TP-enabled object when the transaction is rolled back.- Parameters:
container
- current ObjectContainerobj
- TP-enabled object
-
-