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. -
-
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()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 CacheKeysFactoryAbstractDomainDataRegion. getEffectiveKeysFactory()protected CacheKeysFactoryRegionFactoryTemplate. getImplicitCacheKeysFactory()
-