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

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


Uses of Package
net.sf.hibernate.exception

Packages that use net.sf.hibernate.exception
net.sf.hibernate   
net.sf.hibernate.cache   
net.sf.hibernate.cfg   
net.sf.hibernate.dialect   
net.sf.hibernate.exception   
net.sf.hibernate.id   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
net.sf.hibernate.type   
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableException
          The base class of all exceptions which can contain other exceptions.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.cache
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableException
          The base class of all exceptions which can contain other exceptions.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.cfg
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.dialect
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
ViolatedConstraintNameExtracter
          Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.exception
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate
          A shared implementation of the nestable exception functionality.
NestableException
          The base class of all exceptions which can contain other exceptions.
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
ViolatedConstraintNameExtracter
          Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.id
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableException
          The base class of all exceptions which can contain other exceptions.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.impl
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.jca
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.jmx
SQLExceptionConverter
          Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
 

Classes in net.sf.hibernate.exception used by net.sf.hibernate.type
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableException
          The base class of all exceptions which can contain other exceptions.