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

Uses of Interface org.hibernate.cache.QueryCache (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.cache.QueryCache

Packages that use QueryCache
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of QueryCache in org.hibernate.cache
 

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

Methods in org.hibernate.cache that return QueryCache
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 QueryCache QueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

Uses of QueryCache in org.hibernate.engine
 

Methods in org.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 org.hibernate.impl
 

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