Package | Description |
---|---|
org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
org.hibernate.engine.jdbc.env.internal | |
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
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.resource.transaction.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal | |
org.hibernate.tool.schema.internal | |
org.hibernate.tool.schema.internal.exec |
Modifier and Type | Method and Description |
---|---|
protected SqlExceptionHelper |
AbstractBatchImpl.sqlExceptionHelper()
Convenience access to the SQLException helper.
|
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
JdbcEnvironmentImpl.getSqlExceptionHelper() |
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 |
JdbcServicesImpl.getSqlExceptionHelper() |
SqlExceptionHelper |
JdbcCoordinatorImpl.sqlExceptionHelper()
Access to the SqlExceptionHelper
|
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
JdbcServices.getSqlExceptionHelper()
Obtain service for dealing with exceptions.
|
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
SessionFactoryDelegatingImpl.getSQLExceptionHelper() |
default SqlExceptionHelper |
SessionFactoryImplementor.getSQLExceptionHelper()
Deprecated.
since 5.0; use
JdbcServices.getSqlExceptionHelper() instead as
obtained from SessionFactoryImplementor.getServiceRegistry() |
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 |
---|---|
protected SqlExceptionHelper |
JdbcIsolationDelegate.sqlExceptionHelper() |
Constructor and Description |
---|
JdbcIsolationDelegate(JdbcConnectionAccess connectionAccess,
SqlExceptionHelper sqlExceptionHelper) |
Modifier and Type | Method and Description |
---|---|
protected SqlExceptionHelper |
JtaIsolationDelegate.sqlExceptionHelper() |
Constructor and Description |
---|
JtaIsolationDelegate(JdbcConnectionAccess connectionAccess,
SqlExceptionHelper sqlExceptionHelper,
TransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
HibernateSchemaManagementTool.JdbcContextImpl.getSqlExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
JdbcContext.getSqlExceptionHelper() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.