| Interface | Description |
|---|---|
| Activatable |
Activatable must be implemented by classes in order to support Transparent
Activation.
The Activatable interface may be added to persistent classes by hand or by using the db4o enhancer. |
| ActivatableInstrumented |
Marker interface to declare a class already implements the required TA/TP hooks
and does not want to be instrumented further.
|
| RollbackStrategy |
Interface defining rollback behavior when Transparent Persistence mode is on.
|
| Class | Description |
|---|---|
| DeactivatingRollbackStrategy |
RollbackStrategy to deactivate all activated objects on rollback.
|
| NotTransparentActivationEnabled | |
| TransparentActivationSupport |
Configuration item that enables Transparent Activation Mode for this
session.
|
| TransparentPersistenceSupport |
Enables Transparent Persistence and Transparent Activation behaviours for
the current session.
|