ehcache

Uses of Class
net.sf.ehcache.config.CacheConfiguration.TransactionalMode

Packages that use CacheConfiguration.TransactionalMode
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of CacheConfiguration.TransactionalMode in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return CacheConfiguration.TransactionalMode
 CacheConfiguration.TransactionalMode CacheConfiguration.getTransactionalMode()
          To what transactionalMode was the Cache set
static CacheConfiguration.TransactionalMode CacheConfiguration.TransactionalMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheConfiguration.TransactionalMode[] CacheConfiguration.TransactionalMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ehcache.config with parameters of type CacheConfiguration.TransactionalMode
 CacheConfiguration CacheConfiguration.transactionalMode(CacheConfiguration.TransactionalMode transactionalMode)
          Builder which sets the transactionalMode
 


ehcache

true