接口的使用
org.hibernate.Cache
-
使用Cache的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.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中Cache的使用
返回Cache的org.hibernate中的方法 修饰符和类型 方法 说明 CacheSessionFactory. getCache()Obtain direct access to the underlying cache regions. -
org.hibernate.cache.internal中Cache的使用
实现Cache的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classDisabledCachingCacheImplementor implementation for disabled cachingclassEnabledCaching -
org.hibernate.cache.spi中Cache的使用
org.hibernate.cache.spi中Cache的子接口 修饰符和类型 接口 说明 interfaceCacheImplementorSPI contract for Hibernate's second-level cache engine -
org.hibernate.engine.spi中Cache的使用
org.hibernate.engine.spi中Cache的子接口 修饰符和类型 接口 说明 interfaceCacheImplementor已过时。Moved toCacheImplementor
-