Package | Description |
---|---|
net.sf.ehcache.hibernate.nonstop |
This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature.
|
Modifier and Type | Method and Description |
---|---|
static HibernateNonstopCacheExceptionHandler |
HibernateNonstopCacheExceptionHandler.getInstance()
Returns the singleton instance
|
Constructor and Description |
---|
NonstopAwareCollectionRegionAccessStrategy(org.hibernate.cache.access.CollectionRegionAccessStrategy actualStrategy,
HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
Constructor accepting the actual
CollectionRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler |
NonstopAwareEntityRegionAccessStrategy(org.hibernate.cache.access.EntityRegionAccessStrategy actualStrategy,
HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
Constructor accepting the actual
EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.