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.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal 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.org.hibernate.testing.cache -
-
Uses of RegionFactory in org.hibernate.cache
Subinterfaces of RegionFactory in org.hibernate.cache Modifier and Type Interface Description interface
RegionFactory
Deprecated.Moved, but still need this definition for ehcache -
Uses of RegionFactory in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement RegionFactory Modifier and Type Class Description class
NoCachingRegionFactory
Factory used if no caching enabled in config...Methods in org.hibernate.cache.internal that return RegionFactory Modifier and Type Method Description RegionFactory
StrategyCreatorRegionFactoryImpl. create(Class<? extends RegionFactory> strategyClass)
protected RegionFactory
RegionFactoryInitiator. getFallback(Map<?,?> configurationValues, ServiceRegistryImplementor registry)
RegionFactory
DisabledCaching. getRegionFactory()
RegionFactory
EnabledCaching. getRegionFactory()
RegionFactory
RegionFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
protected RegionFactory
RegionFactoryInitiator. resolveRegionFactory(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.cache.internal that return types with arguments of type RegionFactory Modifier and Type Method Description Class<RegionFactory>
RegionFactoryInitiator. getServiceInitiated()
Method parameters in org.hibernate.cache.internal with type arguments of type RegionFactory Modifier and Type Method Description RegionFactory
StrategyCreatorRegionFactoryImpl. create(Class<? extends RegionFactory> strategyClass)
-
Uses of RegionFactory in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement RegionFactory Modifier and Type Class Description class
JCacheRegionFactory
-
Uses of RegionFactory in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement RegionFactory Modifier and Type Class Description class
AbstractRegionFactory
Methods in org.hibernate.cache.spi that return RegionFactory Modifier and Type Method Description RegionFactory
CacheImplementor. getRegionFactory()
The underlying RegionFactory in use.RegionFactory
Region. 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 class
RegionFactoryTemplate
Methods in org.hibernate.cache.spi.support that return RegionFactory Modifier and Type Method Description RegionFactory
AbstractRegion. getRegionFactory()
-
Uses of RegionFactory in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement RegionFactory Modifier and Type Class Description class
CachingRegionFactory
-