| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.env.spi | |
| org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.spi | |
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.testing.boot |
| Modifier and Type | Method and Description |
|---|---|
SqlExceptionHelper |
JdbcEnvironment.getSqlExceptionHelper()
Obtain the helper for dealing with JDBC
SQLException faults. |
| Modifier and Type | Method and Description |
|---|---|
SqlExceptionHelper |
JdbcServices.getSqlExceptionHelper()
Obtain service for dealing with exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
default SqlExceptionHelper |
SessionFactoryImplementor.getSQLExceptionHelper()
Deprecated.
since 5.0; use
JdbcServices.getSqlExceptionHelper() instead as
obtained from SessionFactoryImplementor.getServiceRegistry() |
SqlExceptionHelper |
SessionFactoryDelegatingImpl.getSQLExceptionHelper() |
| Modifier and Type | Field and Description |
|---|---|
protected SqlExceptionHelper |
AbstractCollectionPersister.sqlExceptionHelper |
| Modifier and Type | Method and Description |
|---|---|
protected SqlExceptionHelper |
AbstractCollectionPersister.getSQLExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
SqlExceptionHelper |
BasicTestingJdbcServiceImpl.getSqlExceptionHelper() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.