Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cache » [javadoc | source]
org.hibernate.cache
public interface: QueryCacheFactory [javadoc | source]

All Known Implementing Classes:
    StandardQueryCacheFactory

Defines a factory for query cache instances. These factories are responsible for creating individual QueryCache instances.
Method from org.hibernate.cache.QueryCacheFactory Summary:
getQueryCache
Method from org.hibernate.cache.QueryCacheFactory Detail:
 public QueryCache getQueryCache(String regionName,
    UpdateTimestampsCache updateTimestampsCache,
    Settings settings,
    Properties props) throws HibernateException