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

Uses of Class net.sf.hibernate.exception.NestableRuntimeException (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.exception.NestableRuntimeException

Packages that use NestableRuntimeException
net.sf.hibernate   
 

Uses of NestableRuntimeException in net.sf.hibernate
 

Subclasses of NestableRuntimeException in net.sf.hibernate
 class AssertionFailure
          Indicates failure of an assertion: a possible bug in Hibernate.
 class LazyInitializationException
          A problem occurred trying to lazily initialize a collection or proxy (for example the session was closed) or iterate query results.