Class Types
Class | Summary |
---|---|
Deactivating |
RollbackStrategy to deactivate all activated objects on rollback. |
Not |
|
Transparent |
Configuration item that enables Transparent Activation Mode for this session. |
Transparent |
Enables Transparent Persistence and Transparent Activation behaviours for the current session. |
Interface Types
Interface | Summary |
---|---|
IActivatable |
The IActivatable interface must be implemented by classes in order to support transparent
activation/persistence
The IActivatable interface may be added to persistent classes by hand or by using the db4o instrumentation (Db4oTools). For further information instrumentation see the chapter "Enhancement" in the db4o reference documentation. |
I |
Marker interface to declare a class already implements the required TA/TP hooks and does not want to be instrumented further. |
IRollbackStrategy | Interface defining rollback behavior when Transparent Persistence mode is on. |