站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.exception.NestableDelegate (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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.