Db4objects.Db4o.TA Namespace

Class Types

Class Summary
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.

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.
IActivatableInstrumented 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.