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.spi | |
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 |
---|---|
default SQLExceptionConverter |
SessionFactoryImplementor.getSQLExceptionConverter()
Deprecated.
since 5.0; use
JdbcServices.getSqlExceptionHelper() ->
SqlExceptionHelper.getSqlExceptionConverter() instead as obtained from SessionFactoryImplementor.getServiceRegistry() |
SQLExceptionConverter |
SessionFactoryDelegatingImpl.getSQLExceptionConverter() |
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 |
---|---|
protected SQLExceptionConverter |
AbstractCollectionPersister.getSQLExceptionConverter() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.