Uses of Class
org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler

Packages that use HibernateNonstopCacheExceptionHandler
org.hibernate.cache.ehcache.internal.nonstop   
 

Uses of HibernateNonstopCacheExceptionHandler in org.hibernate.cache.ehcache.internal.nonstop
 

Methods in org.hibernate.cache.ehcache.internal.nonstop that return HibernateNonstopCacheExceptionHandler
static HibernateNonstopCacheExceptionHandler HibernateNonstopCacheExceptionHandler.getInstance()
          Returns the singleton instance
 

Constructors in org.hibernate.cache.ehcache.internal.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
NonstopAwareNaturalIdRegionAccessStrategy(NaturalIdRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
          Constructor accepting the actual NaturalIdRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.