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.spi.support This package provides a framework intended to reduce the work 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()TheCacheKeysFactoryexplicitly 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()
-