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 interfaceRegionFactoryDeprecated.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 classNoCachingRegionFactoryFactory used if no caching enabled in config...Methods in org.hibernate.cache.internal that return RegionFactory Modifier and Type Method Description RegionFactoryStrategyCreatorRegionFactoryImpl. create(Class<? extends RegionFactory> strategyClass)protected RegionFactoryRegionFactoryInitiator. getFallback(Map<?,?> configurationValues, ServiceRegistryImplementor registry)RegionFactoryDisabledCaching. getRegionFactory()RegionFactoryEnabledCaching. getRegionFactory()RegionFactoryRegionFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)protected RegionFactoryRegionFactoryInitiator. 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 RegionFactoryStrategyCreatorRegionFactoryImpl. 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 classJCacheRegionFactory -
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() -
Uses of RegionFactory in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement RegionFactory Modifier and Type Class Description classCachingRegionFactory
-