Uses of Class
net.sf.ehcache.transaction.AbstractTransactionStore
-
Packages that use AbstractTransactionStore Package Description net.sf.ehcache.store Store package.net.sf.ehcache.transaction.local This package contains the local transactions subsystem.net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. -
-
Uses of AbstractTransactionStore in net.sf.ehcache.store
Methods in net.sf.ehcache.store with parameters of type AbstractTransactionStore Modifier and Type Method Description static StoreTxCopyingCacheStore. wrapTxStore(AbstractTransactionStore cacheStore, CacheConfiguration cacheConfiguration)Wraps the Store instance passed in, should any copy occur -
Uses of AbstractTransactionStore in net.sf.ehcache.transaction.local
Subclasses of AbstractTransactionStore in net.sf.ehcache.transaction.local Modifier and Type Class Description classJtaLocalTransactionStoreA Store implementation with support for local transactions driven by a JTA transaction managerclassLocalTransactionStoreA Store implementation with support for local transactions -
Uses of AbstractTransactionStore in net.sf.ehcache.transaction.xa
Subclasses of AbstractTransactionStore in net.sf.ehcache.transaction.xa Modifier and Type Class Description classXATransactionStore
-