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 CacheKeysFactoryDomainDataRegionBuildingContext. getEnforcedCacheKeysFactory()TheCacheKeysFactoryexplicitly 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 classDefaultCacheKeysFactorySecond level cache providers now have the option to use custom key implementations.classSimpleCacheKeysFactoryFactory that does not fill in the entityName or roleFields in org.hibernate.cache.internal declared as CacheKeysFactory Modifier and Type Field Description static CacheKeysFactorySimpleCacheKeysFactory. INSTANCEMethods in org.hibernate.cache.internal that return CacheKeysFactory Modifier and Type Method Description CacheKeysFactoryEnabledCaching. 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 CacheKeysFactoryJCacheRegionFactory. 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 CacheKeysFactoryAbstractDomainDataRegion. getEffectiveKeysFactory()protected CacheKeysFactoryRegionFactoryTemplate. 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)
-