| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| Modifier and Type | Method and Description |
|---|---|
DbTransactionHandle |
Db.registerCommitTxRunnable(CommitTxRunnable commitRunnable)
Registers a
CommitTxRunnable to be invoked just before
committing a transaction. |
DbTransactionHandle |
DbTransaction.registerCommitTxRunnable(CommitTxRunnable commitRunnable)
Registers a
CommitTxRunnable to be invoked just before
committing a transaction. |
DbTransactionHandle |
Db.registerPersistenceVisitor(PersistenceVisitor visitor)
Registers a
PersistenceVisitor to be invoked just before
performing a persistence operation.Notice that the visitor must be registered within the transaction, i.e. |
DbTransactionHandle |
DbTransaction.registerPersistenceVisitor(PersistenceVisitor visitor)
Registers a
PersistenceVisitor to be invoked just before
performing a persistence operation. |
DbTransactionHandle |
Db.registerRollbackTxRunnable(RollbackTxRunnable rollbackRunnable)
Registers a
RollbackTxRunnable to be invoked just before
rolling back a transaction. |
DbTransactionHandle |
DbTransaction.registerRollbackTxRunnable(RollbackTxRunnable rollbackRunnable)
Registers a
RollbackTxRunnable to be invoked just before
rolling back a transaction. |
| Modifier and Type | Method and Description |
|---|---|
CommitTxRunnable |
Db.unregisterCommitTxRunnable(DbTransactionHandle handle)
Unregisters a
CommitTxRunnable. |
CommitTxRunnable |
DbTransaction.unregisterCommitTxRunnable(DbTransactionHandle handle)
Unregisters a
CommitTxRunnable. |
PersistenceVisitor |
Db.unregisterPersistenceVisitor(DbTransactionHandle handle)
Unegisters a
PersistenceVisitor. |
PersistenceVisitor |
DbTransaction.unregisterPersistenceVisitor(DbTransactionHandle handle)
Unegisters a
PersistenceVisitor. |
RollbackTxRunnable |
Db.unregisterRollbackTxRunnable(DbTransactionHandle handle)
Unregisters a
RollbackTxRunnable. |
RollbackTxRunnable |
DbTransaction.unregisterRollbackTxRunnable(DbTransactionHandle handle)
Unregisters a
RollbackTxRunnable. |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.