Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SQLExceptionConverter |
Dialect.buildSQLExceptionConverter()
Deprecated.
Dialect.buildSQLExceptionConversionDelegate() should be
overridden instead. |
Modifier and Type | Field and Description |
---|---|
static SQLExceptionConverter |
SqlExceptionHelper.DEFAULT_CONVERTER |
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 © 2018 JBoss by Red Hat. All rights reserved.