Uses of Interface
org.hibernate.exception.spi.SQLExceptionConverter

Packages that use SQLExceptionConverter
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 of the org.hibernate package. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SQLExceptionConverter in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return SQLExceptionConverter
 SQLExceptionConverter Dialect.buildSQLExceptionConverter()
          Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
 SQLExceptionConverter Cache71Dialect.buildSQLExceptionConverter()
           
 

Uses of SQLExceptionConverter in org.hibernate.engine.jdbc.spi
 

Fields in org.hibernate.engine.jdbc.spi declared as SQLExceptionConverter
static SQLExceptionConverter SqlExceptionHelper.DEFAULT_CONVERTER
           
 

Methods in org.hibernate.engine.jdbc.spi that return SQLExceptionConverter
 SQLExceptionConverter SqlExceptionHelper.getSqlExceptionConverter()
          Access the current exception converter being used internally.
 

Methods in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter
 void SqlExceptionHelper.setSqlExceptionConverter(SQLExceptionConverter sqlExceptionConverter)
          Inject the exception converter to use.
 

Constructors in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter
SqlExceptionHelper(SQLExceptionConverter sqlExceptionConverter)
          Create an exception helper with a specific exception converter.
 

Uses of SQLExceptionConverter in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return SQLExceptionConverter
 SQLExceptionConverter SessionFactoryImplementor.getSQLExceptionConverter()
          Retrieves the SQLExceptionConverter in effect for this SessionFactory.
 

Uses of SQLExceptionConverter in org.hibernate.exception.internal
 

Classes in org.hibernate.exception.internal that implement SQLExceptionConverter
 class CacheSQLStateConverter
          A SQLExceptionConverter implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
 class SQLStateConverter
          Deprecated. Use StandardSQLExceptionConverter with SQLStateConversionDelegate instead
 class StandardSQLExceptionConverter
           
 

Uses of SQLExceptionConverter in org.hibernate.exception.spi
 

Methods in org.hibernate.exception.spi that return SQLExceptionConverter
static SQLExceptionConverter SQLExceptionConverterFactory.buildMinimalSQLExceptionConverter()
          Builds a minimal converter.
static SQLExceptionConverter SQLExceptionConverterFactory.buildSQLExceptionConverter(Dialect dialect, Properties properties)
          Build a SQLExceptionConverter instance.
 

Uses of SQLExceptionConverter in org.hibernate.internal
 

Methods in org.hibernate.internal that return SQLExceptionConverter
 SQLExceptionConverter SessionFactoryImpl.getSQLExceptionConverter()
           
 

Uses of SQLExceptionConverter in org.hibernate.persister.collection
 

Methods in org.hibernate.persister.collection that return SQLExceptionConverter
protected  SQLExceptionConverter AbstractCollectionPersister.getSQLExceptionConverter()
           
 



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