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,
boolean logWarnings)
Create an exception helper with a specific exception converter.
|
Modifier and Type | Method and Description |
---|---|
SQLExceptionConverter |
SessionFactoryImplementor.getSQLExceptionConverter()
Deprecated.
since 5.0; use
JdbcServices.getSqlExceptionHelper() ->
SqlExceptionHelper.getSqlExceptionConverter() instead as obtained from SessionFactoryImplementor.getServiceRegistry() |
SQLExceptionConverter |
SessionFactoryDelegatingImpl.getSQLExceptionConverter() |
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 © 2017 JBoss by Red Hat. All rights reserved.