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
 

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.
 



Copyright © 2012. All Rights Reserved.