|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectStoreTransactionManagement
Interface for the NakedObjectTransactionManager to interact with the
ObjectStore.
| Method Summary | |
|---|---|
void |
abortTransaction()
Used by the ObjectStoreTransactionManager to tell the underlying
ObjectStore to abort a transaction. |
void |
endTransaction()
Used by the ObjectStoreTransactionManager to tell the underlying
ObjectStore to commit a transaction. |
void |
execute(java.util.List<PersistenceCommand> unmodifiableList)
Used by the current ObjectStoreTransaction to flush changes to
the ObjectStore (either via a NakedObjectTransactionManager.flushTransaction()
or a NakedObjectTransactionManager.endTransaction()). |
void |
startTransaction()
Used by the ObjectStoreTransactionManager to tell the underlying
ObjectStore to start a transaction. |
| Method Detail |
|---|
void startTransaction()
ObjectStoreTransactionManager to tell the underlying
ObjectStore to start a transaction.
void execute(java.util.List<PersistenceCommand> unmodifiableList)
ObjectStoreTransaction to flush changes to
the ObjectStore (either via a NakedObjectTransactionManager.flushTransaction()
or a NakedObjectTransactionManager.endTransaction()).
void endTransaction()
ObjectStoreTransactionManager to tell the underlying
ObjectStore to commit a transaction.
void abortTransaction()
ObjectStoreTransactionManager to tell the underlying
ObjectStore to abort a transaction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||