Uses of Interface
com.db4o.ta.RollbackStrategy
-
Packages that use RollbackStrategy Package Description com.db4o.internal.activation com.db4o.ta -
-
Uses of RollbackStrategy in com.db4o.internal.activation
Methods in com.db4o.internal.activation with parameters of type RollbackStrategy Modifier and Type Method Description voidTransparentActivationDepthProvider. enableTransparentPersistenceSupportFor(InternalObjectContainer container, RollbackStrategy withRollbackStrategy)voidTransparentActivationDepthProviderImpl. enableTransparentPersistenceSupportFor(InternalObjectContainer container, RollbackStrategy rollbackStrategy) -
Uses of RollbackStrategy in com.db4o.ta
Classes in com.db4o.ta that implement RollbackStrategy Modifier and Type Class Description classDeactivatingRollbackStrategyRollbackStrategy to deactivate all activated objects on rollback.Constructors in com.db4o.ta with parameters of type RollbackStrategy Constructor Description TransparentPersistenceSupport(RollbackStrategy rollbackStrategy)Creates a new instance of TransparentPersistenceSupport class
-