| Package | Description | 
|---|---|
| org.hibernate.dialect | 
 
        This package abstracts the SQL dialect of the underlying database. 
 | 
| org.hibernate.engine.jdbc.spi | 
 SPI contracts for supporting various aspects of JDBC interaction 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLExceptionConverter | 
Dialect.buildSQLExceptionConverter()
Deprecated. 
 
Dialect.buildSQLExceptionConversionDelegate() should be
 overridden instead. | 
| Modifier and Type | Method and Description | 
|---|---|
SQLExceptionConverter | 
SqlExceptionHelper.getSqlExceptionConverter()
Access the current exception converter being used internally. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SqlExceptionHelper.setSqlExceptionConverter(SQLExceptionConverter sqlExceptionConverter)
Inject the exception converter to use. 
 | 
| Constructor and Description | 
|---|
SqlExceptionHelper(SQLExceptionConverter sqlExceptionConverter)
Create an exception helper with a specific exception converter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLExceptionConverter | 
SessionFactoryImplementor.getSQLExceptionConverter()
Retrieves the SQLExceptionConverter in effect for this SessionFactory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLStateConverter
Deprecated. 
 
Use  
StandardSQLExceptionConverter with SQLStateConversionDelegate
 instead | 
class  | 
StandardSQLExceptionConverter  | 
| Modifier and Type | Method and Description | 
|---|---|
static SQLExceptionConverter | 
SQLExceptionConverterFactory.buildMinimalSQLExceptionConverter()
Builds a minimal converter. 
 | 
static SQLExceptionConverter | 
SQLExceptionConverterFactory.buildSQLExceptionConverter(Dialect dialect,
                          Properties properties)
Build a SQLExceptionConverter instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLExceptionConverter | 
SessionFactoryImpl.getSQLExceptionConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SQLExceptionConverter | 
AbstractCollectionPersister.getSQLExceptionConverter()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.