Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » transaction » [javadoc | source]
org.hibernate.transaction
public final class: CacheSynchronization [javadoc | source]
java.lang.Object
   org.hibernate.transaction.CacheSynchronization

All Implemented Interfaces:
    javax.transaction.Synchronization

A JTA transaction synch used to allow the org.hibernate.Session to know about transaction events.
Constructor:
 public CacheSynchronization(TransactionFactory.Context ctx,
    JDBCContext jdbcContext,
    Transaction transaction,
    Transaction tx) 
Method from org.hibernate.transaction.CacheSynchronization Summary:
afterCompletion,   beforeCompletion,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transaction.CacheSynchronization Detail:
 public  void afterCompletion(int status) 
    {@inheritDoc}
 public  void beforeCompletion() 
    {@inheritDoc}
 public String toString() 
    {@inheritDoc}