Uses of Interface
org.hibernate.cache.QueryCacheFactory

Packages that use QueryCacheFactory
org.hibernate.cache   
org.hibernate.cfg   
 

Uses of QueryCacheFactory in org.hibernate.cache
 

Classes in org.hibernate.cache that implement QueryCacheFactory
 class StandardQueryCacheFactory
          Standard Hibernate implementation of the QueryCacheFactory interface.
 

Uses of QueryCacheFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return QueryCacheFactory
protected  QueryCacheFactory SettingsFactory.createQueryCacheFactory(Properties properties)
           
 QueryCacheFactory Settings.getQueryCacheFactory()
           
 

Methods in org.hibernate.cfg with parameters of type QueryCacheFactory
 void Settings.setQueryCacheFactory(QueryCacheFactory queryCacheFactory)