Uses of Class
org.hibernate.exception.NestableDelegate

Packages that use NestableDelegate
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
 

Uses of NestableDelegate in org.hibernate.exception
 

Fields in org.hibernate.exception declared as NestableDelegate
protected  NestableDelegate NestableRuntimeException.delegate
          The helper instance which contains much of the code which we delegate to.
protected  NestableDelegate NestableException.delegate
          The helper instance which contains much of the code which we delegate to.