DeactivatingRollbackStrategy Class

Summary

RollbackStrategy to deactivate all activated objects on rollback.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.TA
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IRollbackStrategy"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/IRollbackStrategy" Type["DeactivatingRollbackStrategy"] class Type type-node

Syntax

public class DeactivatingRollbackStrategy : IRollbackStrategy

Remarks

RollbackStrategy to deactivate all activated objects on rollback.

Methods

Name Value Summary
Rollback(IObjectContainer, Object) void
deactivates each object.

See Also

  • Db4objects.Db4o.TA.TransparentPersistenceSupport