Uses of Interface
org.hibernate.cache.spi.RegionFactory
-
Packages that use RegionFactory Package Description org.hibernate.cache This package defines the API of the second-level cache service.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider. -
-
Uses of RegionFactory in org.hibernate.cache
Subinterfaces of RegionFactory in org.hibernate.cache Modifier and Type Interface Description interfaceRegionFactoryDeprecated.Moved, but still need this definition for ehcache -
Uses of RegionFactory in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement RegionFactory Modifier and Type Class Description classAbstractRegionFactoryMethods in org.hibernate.cache.spi that return RegionFactory Modifier and Type Method Description RegionFactoryCacheImplementor. getRegionFactory()The underlying RegionFactory in use.RegionFactoryRegion. getRegionFactory()The RegionFactory that generated this RegionConstructors in org.hibernate.cache.spi with parameters of type RegionFactory Constructor Description AbstractCacheTransactionSynchronization(RegionFactory regionFactory)StandardCacheTransactionSynchronization(RegionFactory regionFactory) -
Uses of RegionFactory in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement RegionFactory Modifier and Type Class Description classRegionFactoryTemplateMethods in org.hibernate.cache.spi.support that return RegionFactory Modifier and Type Method Description RegionFactoryAbstractRegion. getRegionFactory()
-