org.hibernate.cache

Class StandardQueryCacheFactory

Implemented Interfaces:
QueryCacheFactory

public class StandardQueryCacheFactory
extends java.lang.Object
implements QueryCacheFactory

Standard Hibernate implementation of the QueryCacheFactory interface. Returns instances of StandardQueryCache.

Method Summary

QueryCache
getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)

Method Details

getQueryCache

public QueryCache getQueryCache(String regionName,
                                UpdateTimestampsCache updateTimestampsCache,
                                Settings settings,
                                Properties props)
            throws HibernateException
Specified by:
getQueryCache in interface QueryCacheFactory