当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
StandardQueryCacheFactory (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.cache
Class StandardQueryCacheFactory
java.lang.Object
org.hibernate.cache.StandardQueryCacheFactory
- All Implemented Interfaces:
- QueryCacheFactory
- public class StandardQueryCacheFactory
- extends Object
- implements QueryCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface. Returns
instances of StandardQueryCache
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardQueryCacheFactory
public StandardQueryCacheFactory()
getQueryCache
public QueryCache getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props)
throws HibernateException
- Specified by:
getQueryCache
in interface QueryCacheFactory
- Throws:
HibernateException