File
Doc
Category
Size
Date
Package
StandardQueryCacheFactory.java
API Doc
Hibernate 3.2.5
737
Tue Oct 26 04:35:46 BST 2004
org.hibernate.cache
StandardQueryCacheFactory
java.lang.Object
public class StandardQueryCacheFactory extends Object implements QueryCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface. Returns instances of {@link StandardQueryCache}.
Fields Summary
Constructors Summary
Methods Summary
public
QueryCache
getQueryCache
(
java.lang.String
regionName,
UpdateTimestampsCache
updateTimestampsCache,
org.hibernate.cfg.Settings
settings,
java.util.Properties
props)
return new StandardQueryCache(settings, props, updateTimestampsCache, regionName);
Java Code Source