接口的使用
org.hibernate.cache.spi.CacheKeysFactory
-
使用CacheKeysFactory的程序包 程序包 说明 org.hibernate.cache.cfg.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
org.hibernate.cache.cfg.spi中CacheKeysFactory的使用
返回CacheKeysFactory的org.hibernate.cache.cfg.spi中的方法 修饰符和类型 方法 说明 CacheKeysFactoryDomainDataRegionBuildingContext. getEnforcedCacheKeysFactory()The CacheKeyFactory explicitly specified as part of the bootstrap by the user, by some "container", etc. -
org.hibernate.cache.internal中CacheKeysFactory的使用
实现CacheKeysFactory的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classDefaultCacheKeysFactorySecond level cache providers now have the option to use custom key implementations.classSimpleCacheKeysFactoryFactory that does not fill in the entityName or role声明为CacheKeysFactory的org.hibernate.cache.internal中的字段 修饰符和类型 字段 说明 static CacheKeysFactorySimpleCacheKeysFactory. INSTANCE返回CacheKeysFactory的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 CacheKeysFactoryEnabledCaching. getEnforcedCacheKeysFactory() -
org.hibernate.cache.spi.support中CacheKeysFactory的使用
返回CacheKeysFactory的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 CacheKeysFactoryAbstractDomainDataRegion. getEffectiveKeysFactory()protected CacheKeysFactoryRegionFactoryTemplate. getImplicitCacheKeysFactory()
-