Uses of Interface
org.hibernate.cache.spi.CacheKeysFactory
-
Packages that use CacheKeysFactory Package Description org.hibernate.cache.cfg.spi org.hibernate.cache.spi.support Package intended for simplifying the worked 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()
The CacheKeyFactory explicitly specified as part of the bootstrap by the user, by some "container", etc. -
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, java.util.Properties properties)
-