接口的使用
org.hibernate.cache.spi.TimestampsCacheFactory
-
使用TimestampsCacheFactory的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. -
-
org.hibernate.boot中TimestampsCacheFactory的使用
参数类型为TimestampsCacheFactory的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory)Specifies a QueryCacheFactory to use for building query cache handlers. -
org.hibernate.boot.internal中TimestampsCacheFactory的使用
返回TimestampsCacheFactory的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 TimestampsCacheFactorySessionFactoryOptionsBuilder. getTimestampsCacheFactory()参数类型为TimestampsCacheFactory的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyTimestampsCacheFactory(TimestampsCacheFactory factory)voidSessionFactoryOptionsBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory) -
org.hibernate.boot.spi中TimestampsCacheFactory的使用
返回TimestampsCacheFactory的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TimestampsCacheFactoryAbstractDelegatingSessionFactoryOptions. getTimestampsCacheFactory()TimestampsCacheFactorySessionFactoryOptions. getTimestampsCacheFactory()参数类型为TimestampsCacheFactory的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderAbstractDelegatingSessionFactoryBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory) -
org.hibernate.cache.internal中TimestampsCacheFactory的使用
实现TimestampsCacheFactory的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classStandardTimestampsCacheFactoryStandard Hibernate implementation of the QueryCacheFactory interface. -
org.hibernate.cfg中TimestampsCacheFactory的使用
返回TimestampsCacheFactory的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 TimestampsCacheFactorySettings. getTimestampsCacheFactory()已过时。
-