Uses of Class
net.sf.ehcache.hibernate.nonstop.HibernateNonstopCacheExceptionHandler
-
Packages that use HibernateNonstopCacheExceptionHandler Package Description net.sf.ehcache.hibernate.nonstop This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature. -
-
Uses of HibernateNonstopCacheExceptionHandler in net.sf.ehcache.hibernate.nonstop
Methods in net.sf.ehcache.hibernate.nonstop that return HibernateNonstopCacheExceptionHandler Modifier and Type Method Description static HibernateNonstopCacheExceptionHandlerHibernateNonstopCacheExceptionHandler. getInstance()Returns the singleton instanceConstructors in net.sf.ehcache.hibernate.nonstop with parameters of type HibernateNonstopCacheExceptionHandler Constructor Description NonstopAwareCollectionRegionAccessStrategy(org.hibernate.cache.access.CollectionRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)Constructor accepting the actualCollectionRegionAccessStrategyand theHibernateNonstopCacheExceptionHandlerNonstopAwareEntityRegionAccessStrategy(org.hibernate.cache.access.EntityRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)Constructor accepting the actualEntityRegionAccessStrategyand theHibernateNonstopCacheExceptionHandler
-