|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.orm.hibernate3.LocalCacheProviderProxy
@Deprecated public class LocalCacheProviderProxy
Proxy for a Hibernate CacheProvider, delegating to a Spring-managed CacheProvider instance, determined by LocalSessionFactoryBean's "cacheProvider" property.
LocalSessionFactoryBean.setCacheProvider(org.hibernate.cache.CacheProvider)
Constructor Summary | |
---|---|
LocalCacheProviderProxy()
Deprecated. |
Method Summary | |
---|---|
Cache |
buildCache(String regionName,
Properties properties)
Deprecated. |
boolean |
isMinimalPutsEnabledByDefault()
Deprecated. |
long |
nextTimestamp()
Deprecated. |
void |
start(Properties properties)
Deprecated. |
void |
stop()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalCacheProviderProxy()
Method Detail |
---|
public Cache buildCache(String regionName, Properties properties) throws CacheException
buildCache
in interface CacheProvider
CacheException
public long nextTimestamp()
nextTimestamp
in interface CacheProvider
public void start(Properties properties) throws CacheException
start
in interface CacheProvider
CacheException
public void stop()
stop
in interface CacheProvider
public boolean isMinimalPutsEnabledByDefault()
isMinimalPutsEnabledByDefault
in interface CacheProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |