Uses of Interface
org.hibernate.cache.spi.CacheKeysFactory
-
Packages that use CacheKeysFactory Package Description org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal 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 CacheKeysFactory in org.hibernate.cache.cfg.spi
Methods in org.hibernate.cache.cfg.spi that return CacheKeysFactory Modifier and Type Method Description CacheKeysFactory
DomainDataRegionBuildingContext. getEnforcedCacheKeysFactory()
TheCacheKeysFactory
explicitly specified as part of the bootstrap by the user, by some "container", etc. -
Uses of CacheKeysFactory in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement CacheKeysFactory Modifier and Type Class Description class
DefaultCacheKeysFactory
Second level cache providers now have the option to use custom key implementations.class
SimpleCacheKeysFactory
Factory that does not fill in the entityName or roleFields in org.hibernate.cache.internal declared as CacheKeysFactory Modifier and Type Field Description static CacheKeysFactory
SimpleCacheKeysFactory. INSTANCE
Methods in org.hibernate.cache.internal that return CacheKeysFactory Modifier and Type Method Description CacheKeysFactory
EnabledCaching. getEnforcedCacheKeysFactory()
-
Uses of CacheKeysFactory in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return CacheKeysFactory Modifier and Type Method Description protected CacheKeysFactory
JCacheRegionFactory. getImplicitCacheKeysFactory()
Constructors in org.hibernate.cache.jcache.internal with parameters of type CacheKeysFactory Constructor Description JCacheDomainDataRegionImpl(DomainDataRegionConfig regionConfig, RegionFactoryTemplate regionFactory, DomainDataStorageAccess domainDataStorageAccess, CacheKeysFactory defaultKeysFactory, DomainDataRegionBuildingContext buildingContext)
JCacheRegionFactory(CacheKeysFactory cacheKeysFactory)
-
Uses of CacheKeysFactory in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return CacheKeysFactory Modifier and Type Method Description CacheKeysFactory
AbstractDomainDataRegion. getEffectiveKeysFactory()
protected CacheKeysFactory
RegionFactoryTemplate. getImplicitCacheKeysFactory()
-
Uses of CacheKeysFactory in org.hibernate.testing.cache
Constructors in org.hibernate.testing.cache with parameters of type CacheKeysFactory Constructor Description CachingRegionFactory(CacheKeysFactory cacheKeysFactory)
CachingRegionFactory(CacheKeysFactory cacheKeysFactory, Properties properties)
-