Package | Description |
---|---|
org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
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.engine.transaction.internal.jdbc | |
org.hibernate.engine.transaction.internal.jta | |
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 |
---|---|
protected SqlExceptionHelper |
AbstractBatchImpl.sqlExceptionHelper()
Convenience access to the SQLException helper.
|
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 |
SessionFactoryImplementor.getSQLExceptionHelper()
Retrieves the SqlExceptionHelper in effect for this SessionFactory.
|
Modifier and Type | Method and Description |
---|---|
protected SqlExceptionHelper |
JdbcIsolationDelegate.sqlExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
protected SqlExceptionHelper |
JtaIsolationDelegate.sqlExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
SqlExceptionHelper |
SessionFactoryImpl.getSQLExceptionHelper() |
Modifier and Type | Field and Description |
---|---|
protected SqlExceptionHelper |
AbstractCollectionPersister.sqlExceptionHelper |
Modifier and Type | Method and Description |
---|---|
protected SqlExceptionHelper |
AbstractCollectionPersister.getSQLExceptionHelper() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.