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

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


net.sf.hibernate.cache
Interface QueryCacheFactory

All Known Implementing Classes:
StandardQueryCacheFactory

public interface QueryCacheFactory

Defines a factory for query cache instances. These factories are responsible for creating individual QueryCache instances.

Author:
Steve Ebersole

Method Summary
 QueryCache getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 

Method Detail

getQueryCache

public QueryCache getQueryCache(String regionName,
                                CacheProvider provider,
                                UpdateTimestampsCache updateTimestampsCache,
                                Properties props)
                         throws HibernateException
Throws:
HibernateException