Uses of Interface
org.exolab.castor.persist.TxSynchronizable

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
 

Classes in org.castor.persist.proxy that implement TxSynchronizable
 class RelationCollection
          RelationCollection implements Collection It is a lazy Colllection.
 



Copyright © 2010. All Rights Reserved.