org.springframework.orm.hibernate3
Class LocalRegionFactoryProxy
java.lang.Object
org.springframework.orm.hibernate3.LocalRegionFactoryProxy
- All Implemented Interfaces:
- org.hibernate.cache.RegionFactory
public class LocalRegionFactoryProxy
- extends Object
- implements org.hibernate.cache.RegionFactory
Proxy for a Hibernate RegionFactory, delegating to a Spring-managed
RegionFactory instance, determined by LocalSessionFactoryBean's
"cacheRegionFactory" property.
Compatible with Hibernate 3.3 as well as Hibernate 3.5's version
of the RegionFactory SPI.
- Since:
- 3.0
- Author:
- Juergen Hoeller
- See Also:
LocalSessionFactoryBean.setCacheRegionFactory(java.lang.Object)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalRegionFactoryProxy
public LocalRegionFactoryProxy()
- Standard constructor.
LocalRegionFactoryProxy
public LocalRegionFactoryProxy(Properties properties)
- Properties constructor: not used by this class or formally required,
but enforced by Hibernate when reflectively instantiating a RegionFactory.
start
public void start(org.hibernate.cfg.Settings settings,
Properties properties)
throws org.hibernate.cache.CacheException
- Specified by:
start
in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
stop
public void stop()
- Specified by:
stop
in interface org.hibernate.cache.RegionFactory
isMinimalPutsEnabledByDefault
public boolean isMinimalPutsEnabledByDefault()
- Specified by:
isMinimalPutsEnabledByDefault
in interface org.hibernate.cache.RegionFactory
getDefaultAccessType
public org.hibernate.cache.access.AccessType getDefaultAccessType()
nextTimestamp
public long nextTimestamp()
- Specified by:
nextTimestamp
in interface org.hibernate.cache.RegionFactory
buildEntityRegion
public org.hibernate.cache.EntityRegion buildEntityRegion(String regionName,
Properties properties,
org.hibernate.cache.CacheDataDescription metadata)
throws org.hibernate.cache.CacheException
- Specified by:
buildEntityRegion
in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
buildCollectionRegion
public org.hibernate.cache.CollectionRegion buildCollectionRegion(String regionName,
Properties properties,
org.hibernate.cache.CacheDataDescription metadata)
throws org.hibernate.cache.CacheException
- Specified by:
buildCollectionRegion
in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
buildQueryResultsRegion
public org.hibernate.cache.QueryResultsRegion buildQueryResultsRegion(String regionName,
Properties properties)
throws org.hibernate.cache.CacheException
- Specified by:
buildQueryResultsRegion
in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
buildTimestampsRegion
public org.hibernate.cache.TimestampsRegion buildTimestampsRegion(String regionName,
Properties properties)
throws org.hibernate.cache.CacheException
- Specified by:
buildTimestampsRegion
in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException