|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TxSynchronizable | |
| org.castor.persist | |
| org.castor.persist.proxy | |
| Uses of TxSynchronizable in org.castor.persist |
| Methods in org.castor.persist with parameters of type TxSynchronizable | |
void |
AbstractTransactionContext.addTxSynchronizable(TxSynchronizable synchronizable)
Register a listener which wants to synchronize its state to the state of the transaction. |
void |
AbstractTransactionContext.removeTxSynchronizable(TxSynchronizable synchronizable)
Unregister a listener which wants to synchronize its state to the state of the transaction. |
void |
TransactionContext.addTxSynchronizable(TxSynchronizable synchronizable)
Register a listener which wants to synchronize its state to the state of the transaction. |
void |
TransactionContext.removeTxSynchronizable(TxSynchronizable synchronizable)
Unregister a listener which wants to synchronize its state to the state of the transaction. |
| Uses of TxSynchronizable in org.castor.persist.proxy |
| Classes in org.castor.persist.proxy that implement TxSynchronizable | |
class |
RelationCollection
RelationCollection implements Collection
It is a lazy Colllection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||