类 StandardTimestampsCacheFactory
- java.lang.Object
-
- org.hibernate.cache.internal.StandardTimestampsCacheFactory
-
- 所有已实现的接口:
TimestampsCacheFactory
public class StandardTimestampsCacheFactory extends Object implements TimestampsCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface. Returns instances ofQueryResultsCacheImpl.
-
-
字段概要
字段 修饰符和类型 字段 说明 static StandardTimestampsCacheFactoryINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 StandardTimestampsCacheFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TimestampsCachebuildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCache
-
-
-
字段详细资料
-
INSTANCE
public static final StandardTimestampsCacheFactory INSTANCE
Singleton access
-
-
方法详细资料
-
buildTimestampsCache
public TimestampsCache buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
从接口复制的说明:TimestampsCacheFactoryBuild the TimestampsCache- 指定者:
buildTimestampsCache在接口中TimestampsCacheFactory
-
-