Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cache » [javadoc | source]
org.hibernate.cache
public class: StandardQueryCacheFactory [javadoc | source]
java.lang.Object
   org.hibernate.cache.StandardQueryCacheFactory

All Implemented Interfaces:
    QueryCacheFactory

Standard Hibernate implementation of the QueryCacheFactory interface. Returns instances of StandardQueryCache .
Method from org.hibernate.cache.StandardQueryCacheFactory Summary:
getQueryCache
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cache.StandardQueryCacheFactory Detail:
 public QueryCache getQueryCache(String regionName,
    UpdateTimestampsCache updateTimestampsCache,
    Settings settings,
    Properties props) throws HibernateException