|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Support for pluggable caches.
Method Summary | |
Cache |
buildCache(String regionName,
Properties properties)
Configure the cache |
boolean |
isMinimalPutsEnabledByDefault()
|
long |
nextTimestamp()
Generate a timestamp |
void |
start(Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction. |
void |
stop()
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close(). |
Method Detail |
public Cache buildCache(String regionName, Properties properties) throws CacheException
regionName
- the name of the cache regionproperties
- configuration settings
CacheException
public long nextTimestamp()
public void start(Properties properties) throws CacheException
properties
- current configuration settings.
CacheException
public void stop()
public boolean isMinimalPutsEnabledByDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |