IRollbackStrategy Interface

Summary

Interface defining rollback behavior when Transparent Persistence mode is on.
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(IObjectContainer, Object) void
Method to be called per TP-enabled object when the transaction is rolled back.

See Also

  • Db4objects.Db4o.TA.TransparentPersistenceSupport