Uses of Interface
org.hibernate.cache.spi.RegionFactory
Packages that use RegionFactory
Package
Description
This package defines the API of the second-level cache service.
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
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.cacheModifier and TypeInterfaceDescriptioninterface
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 RegionFactoryModifier and TypeClassDescriptionclass
Factory used if no caching enabled in config...Methods in org.hibernate.cache.internal that return RegionFactoryModifier and TypeMethodDescriptionStrategyCreatorRegionFactoryImpl.create
(Class<? extends RegionFactory> strategyClass) protected RegionFactory
RegionFactoryInitiator.getFallback
(Map<?, ?> configurationValues, ServiceRegistryImplementor registry) DisabledCaching.getRegionFactory()
EnabledCaching.getRegionFactory()
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 RegionFactoryMethod parameters in org.hibernate.cache.internal with type arguments of type RegionFactoryModifier and TypeMethodDescriptionStrategyCreatorRegionFactoryImpl.create
(Class<? extends RegionFactory> strategyClass) -
Uses of RegionFactory in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement RegionFactory -
Uses of RegionFactory in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement RegionFactoryMethods in org.hibernate.cache.spi that return RegionFactoryModifier and TypeMethodDescriptionCacheImplementor.getRegionFactory()
The underlying RegionFactory in use.Region.getRegionFactory()
The RegionFactory that generated this RegionConstructors in org.hibernate.cache.spi with parameters of type RegionFactoryModifierConstructorDescriptionAbstractCacheTransactionSynchronization
(RegionFactory regionFactory) StandardCacheTransactionSynchronization
(RegionFactory regionFactory) -
Uses of RegionFactory in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement RegionFactoryMethods in org.hibernate.cache.spi.support that return RegionFactoryConstructors in org.hibernate.cache.spi.support with parameters of type RegionFactoryModifierConstructorDescriptionAbstractDomainDataRegion
(DomainDataRegionConfig regionConfig, RegionFactory regionFactory, CacheKeysFactory defaultKeysFactory, DomainDataRegionBuildingContext buildingContext) AbstractRegion
(String name, RegionFactory regionFactory) Constructs anAbstractRegion
.DirectAccessRegionTemplate
(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aDirectAccessRegionTemplate
.DomainDataRegionTemplate
(DomainDataRegionConfig regionConfig, RegionFactory regionFactory, DomainDataStorageAccess storageAccess, CacheKeysFactory defaultKeysFactory, DomainDataRegionBuildingContext buildingContext) QueryResultsRegionTemplate
(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aQueryResultsRegionTemplate
.TimestampsRegionTemplate
(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aTimestampsRegionTemplate
. -
Uses of RegionFactory in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement RegionFactory