Uses of Interface
org.hibernate.cache.QueryCacheFactory

Packages that use QueryCacheFactory
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level 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()
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.