|
||||||||||
| 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 |
TransactionContext.addTxSynchronizable(TxSynchronizable synchronizable)
Register a listener which wants to synchronize its state to the state of the transaction. |
void |
AbstractTransactionContext.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. |
void |
AbstractTransactionContext.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 |
|---|
| Subinterfaces of TxSynchronizable in org.castor.persist.proxy | |
|---|---|
interface |
LazyCollection<T>
Lazy is a place holder interface to indicate that a data object or a Collection in a data object is an Lazy instance. |
| Classes in org.castor.persist.proxy that implement TxSynchronizable | |
|---|---|
class |
LazyHashSet<E>
It is a lazy Collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||