站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

StandardQueryCacheFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.cache
Class StandardQueryCacheFactory

java.lang.Object
  extended bynet.sf.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.


Constructor Summary
StandardQueryCacheFactory()
           
 
Method Summary
 QueryCache getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardQueryCacheFactory

public StandardQueryCacheFactory()
Method Detail

getQueryCache

public QueryCache getQueryCache(String regionName,
                                CacheProvider provider,
                                UpdateTimestampsCache updateTimestampsCache,
                                Properties props)
                         throws HibernateException
Specified by:
getQueryCache in interface QueryCacheFactory
Throws:
HibernateException