Uses of Package
org.hibernate.exception.spi

Packages that use org.hibernate.exception.spi
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.spi   
org.hibernate.exception.internal   
org.hibernate.exception.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Classes in org.hibernate.exception.spi used by org.hibernate.dialect
ConversionContext
           
SQLExceptionConversionDelegate
          Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
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.spi used by org.hibernate.engine.jdbc.spi
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

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

Classes in org.hibernate.exception.spi used by org.hibernate.exception.internal
AbstractSQLExceptionConversionDelegate
           
ConversionContext
           
SQLExceptionConversionDelegate
          Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
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.spi used by org.hibernate.exception.spi
ConversionContext
           
SQLExceptionConversionDelegate
          Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
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.spi used by org.hibernate.internal
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception.spi 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-2012 Red Hat, Inc. All Rights Reserved.