Uses of Class
net.sf.ehcache.TransactionController
-
Packages that use TransactionController Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.transaction.local This package contains the local transactions subsystem. -
-
Uses of TransactionController in net.sf.ehcache
Methods in net.sf.ehcache that return TransactionController Modifier and Type Method Description TransactionControllerCacheManager. getTransactionController()Get the TransactionController -
Uses of TransactionController in net.sf.ehcache.transaction.local
Constructors in net.sf.ehcache.transaction.local with parameters of type TransactionController Constructor Description JtaLocalTransactionStore(LocalTransactionStore underlyingStore, TransactionManagerLookup transactionManagerLookup, TransactionController transactionController)Create a new JtaLocalTransactionStore instanceLocalTransactionStore(TransactionController transactionController, TransactionIDFactory transactionIdFactory, SoftLockManager softLockManager, Ehcache cache, Store store, ElementValueComparator comparator)Create a new LocalTransactionStore instance
-