org.springframework.orm.hibernate3
Class LocalCacheProviderProxy
java.lang.Object
   org.springframework.orm.hibernate3.LocalCacheProviderProxy
org.springframework.orm.hibernate3.LocalCacheProviderProxy
- All Implemented Interfaces: 
- org.hibernate.cache.CacheProvider
- public class LocalCacheProviderProxy 
- extends Object- implements org.hibernate.cache.CacheProvider
Proxy for a Hibernate CacheProvider, delegating to a Spring-managed
 CacheProvider instance, determined by LocalSessionFactoryBean's
 "cacheProvider" property.
- Since:
- 2.5.1
- Author:
- Juergen Hoeller
- See Also:
- LocalSessionFactoryBean.setCacheProvider(org.hibernate.cache.CacheProvider)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LocalCacheProviderProxy
public LocalCacheProviderProxy()
buildCache
public org.hibernate.cache.Cache buildCache(String regionName,
                                            Properties properties)
                                     throws org.hibernate.cache.CacheException
- 
- Specified by:
- buildCachein interface- org.hibernate.cache.CacheProvider
 
- 
- Throws:
- org.hibernate.cache.CacheException
 
nextTimestamp
public long nextTimestamp()
- 
- Specified by:
- nextTimestampin interface- org.hibernate.cache.CacheProvider
 
- 
 
start
public void start(Properties properties)
           throws org.hibernate.cache.CacheException
- 
- Specified by:
- startin interface- org.hibernate.cache.CacheProvider
 
- 
- Throws:
- org.hibernate.cache.CacheException
 
stop
public void stop()
- 
- Specified by:
- stopin interface- org.hibernate.cache.CacheProvider
 
- 
 
isMinimalPutsEnabledByDefault
public boolean isMinimalPutsEnabledByDefault()
- 
- Specified by:
- isMinimalPutsEnabledByDefaultin interface- org.hibernate.cache.CacheProvider
 
- 
 
Copyright © 2002-2008 The Spring Framework.