Uses of Interface
org.hibernate.cache.spi.QueryCacheFactory

Packages that use QueryCacheFactory
org.hibernate.cache.internal   
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.internal
 

Classes in org.hibernate.cache.internal 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, ServiceRegistry serviceRegistry)
           
 QueryCacheFactory Settings.getQueryCacheFactory()
           
 



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