接口的使用
org.hibernate.cache.spi.CacheImplementor
-
使用CacheImplementor的程序包 程序包 说明 org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.cache.internal中CacheImplementor的使用
实现CacheImplementor的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classDisabledCachingCacheImplementor implementation for disabled cachingclassEnabledCaching参数类型为CacheImplementor的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 TimestampsCacheStandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) -
org.hibernate.cache.spi中CacheImplementor的使用
参数类型为CacheImplementor的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCache -
org.hibernate.engine.spi中CacheImplementor的使用
返回CacheImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CacheImplementorSessionFactoryDelegatingImpl. getCache()CacheImplementorSessionFactoryImplementor. getCache()CacheImplementorCacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)返回变量类型为CacheImplementor的类型的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 Class<CacheImplementor>CacheInitiator. getServiceInitiated() -
org.hibernate.internal中CacheImplementor的使用
返回CacheImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 CacheImplementorSessionFactoryImpl. getCache()
-