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 |
void |
rollback(ObjectContainer container,
java.lang.Object obj)
Method to be called per TP-enabled object when the transaction is rolled back. |
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
Copyright 2009 Versant Corporation. All rights reserved.