Uses of Interface
org.hibernate.cache.QueryCacheFactory

Packages that use QueryCacheFactory
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

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()