Package org.hibernate.cache.spi
Class StandardCacheTransactionSynchronization
- java.lang.Object
-
- org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
-
- org.hibernate.cache.spi.StandardCacheTransactionSynchronization
-
- All Implemented Interfaces:
CacheTransactionSynchronization
public class StandardCacheTransactionSynchronization extends AbstractCacheTransactionSynchronization
-
-
Constructor Summary
Constructors Constructor Description StandardCacheTransactionSynchronization(RegionFactory regionFactory)
-
Method Summary
-
Methods inherited from class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
getCachingTimestamp, transactionCompleted, transactionCompleting, transactionJoined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.cache.spi.CacheTransactionSynchronization
transactionResumed, transactionSuspended
-
-
-
-
Constructor Detail
-
StandardCacheTransactionSynchronization
public StandardCacheTransactionSynchronization(RegionFactory regionFactory)
-
-