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

Uses of Interface net.sf.hibernate.cache.QueryCache (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.cache.QueryCache

Packages that use QueryCache
net.sf.hibernate.cache   
net.sf.hibernate.engine   
net.sf.hibernate.impl   
 

Uses of QueryCache in net.sf.hibernate.cache
 

Classes in net.sf.hibernate.cache that implement QueryCache
 class StandardQueryCache
          The standard implementation of the Hibernate QueryCache interface.
 

Methods in net.sf.hibernate.cache that return QueryCache
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 QueryCache QueryCacheFactory.getQueryCache(String regionName, CacheProvider provider, UpdateTimestampsCache updateTimestampsCache, Properties props)
           
 

Uses of QueryCache in net.sf.hibernate.engine
 

Methods in net.sf.hibernate.engine that return QueryCache
 QueryCache SessionFactoryImplementor.getQueryCache()
          Get the default query cache
 QueryCache SessionFactoryImplementor.getQueryCache(String regionName)
          Get a particular named query cache, or the default cache
 

Uses of QueryCache in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return QueryCache
 QueryCache SessionFactoryImpl.getQueryCache()
           
 QueryCache SessionFactoryImpl.getQueryCache(String cacheRegion)