ehcache

Uses of Class
net.sf.ehcache.hibernate.nonstop.HibernateNonstopCacheExceptionHandler

Packages that use HibernateNonstopCacheExceptionHandler
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
static HibernateNonstopCacheExceptionHandler HibernateNonstopCacheExceptionHandler.getInstance()
          Returns the singleton instance
 

Constructors in net.sf.ehcache.hibernate.nonstop with parameters of type HibernateNonstopCacheExceptionHandler
NonstopAwareCollectionRegionAccessStrategy(CollectionRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
          Constructor accepting the actual CollectionRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
          Constructor accepting the actual EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
 


ehcache

Copyright 2001-2016, Terracotta, Inc.