ehcache

Uses of Package
net.sf.ehcache.transaction.manager

Packages that use net.sf.ehcache.transaction.manager
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.classloader ClassLoader contstructs package 
net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.manager This package contains the ehcache lookup interface for the supported JTA transaction managers. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.config
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.constructs
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.constructs.classloader
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.hibernate
DefaultTransactionManagerLookup
          Default TransactionManagerLookup implementation, that will be used by an initializing Cache should the user have not specified otherwise.
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.transaction.local
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.transaction.manager
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 

Classes in net.sf.ehcache.transaction.manager used by net.sf.ehcache.transaction.xa
TransactionManagerLookup
          Interface to enable a XA transactional cache to access the JTA TransactionManager.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.