Summary
Interface defining rollback behavior when Transparent Persistence mode is on.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .TA - Implementing Types
graph BT
Type["IRollbackStrategy"]
class Type type-node
Implementing0["DeactivatingRollbackStrategy"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/DeactivatingRollbackStrategy"
Syntax
public interface IRollbackStrategy
Remarks
Interface defining rollback behavior when Transparent Persistence mode is on.
Methods
Name | Value | Summary |
---|---|---|
Rollback |
void |
Method to be called per TP-enabled object when the transaction is rolled back.
|
See Also
- Db4objects.Db4o.TA.TransparentPersistenceSupport