Uses of Package
org.hibernate.exception

Packages that use org.hibernate.exception
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.resolver   
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

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

Classes in org.hibernate.exception used by org.hibernate.dialect
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException 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 org.hibernate.exception used by org.hibernate.dialect.resolver
JDBCConnectionException
          Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
 

Classes in org.hibernate.exception used by org.hibernate.engine
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.exception
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException 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 org.hibernate.exception used by org.hibernate.impl
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.persister.collection
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 



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