Uses of Class
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Packages that use SqlExceptionHelper
Package
Description
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
This package abstracts persistence mechanisms for collections.
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
-
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return SqlExceptionHelper -
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return SqlExceptionHelperModifier and TypeMethodDescriptionJdbcEnvironment.getSqlExceptionHelper()
Obtain the helper for dealing with JDBCSQLException
faults. -
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return SqlExceptionHelperModifier and TypeMethodDescriptionJdbcServicesImpl.getSqlExceptionHelper()
JdbcCoordinatorImpl.sqlExceptionHelper()
Access to theSqlExceptionHelper
protected final SqlExceptionHelper
MutationStatementPreparerImpl.sqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SqlExceptionHelperModifier and TypeMethodDescriptionJdbcServices.getSqlExceptionHelper()
Obtain service for dealing with exceptions. -
Uses of SqlExceptionHelper in org.hibernate.persister.collection
Fields in org.hibernate.persister.collection declared as SqlExceptionHelperModifier and TypeFieldDescriptionprotected final SqlExceptionHelper
AbstractCollectionPersister.sqlExceptionHelper
Methods in org.hibernate.persister.collection that return SqlExceptionHelperModifier and TypeMethodDescriptionprotected SqlExceptionHelper
AbstractCollectionPersister.getSQLExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.resource.jdbc.internal
Constructors in org.hibernate.resource.jdbc.internal with parameters of type SqlExceptionHelperModifierConstructorDescriptionLogicalConnectionManagedImpl
(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, SqlExceptionHelper sqlExceptionHelper, ResourceRegistry resourceRegistry) -
Uses of SqlExceptionHelper in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return SqlExceptionHelperModifier and TypeMethodDescriptiondefault SqlExceptionHelper
JdbcSessionOwner.getSqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return SqlExceptionHelperModifier and TypeMethodDescriptionprotected SqlExceptionHelper
JdbcIsolationDelegate.sqlExceptionHelper()
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type SqlExceptionHelperModifierConstructorDescriptionJdbcIsolationDelegate
(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper) -
Uses of SqlExceptionHelper in org.hibernate.resource.transaction.backend.jta.internal
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type SqlExceptionHelperModifierConstructorDescriptionJtaIsolationDelegate
(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionConverter, TransactionManager transactionManager) -
Uses of SqlExceptionHelper in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return SqlExceptionHelper -
Uses of SqlExceptionHelper in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return SqlExceptionHelperModifier and TypeMethodDescriptionHibernateSchemaManagementTool.JdbcContextImpl.getSqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.tool.schema.internal.exec
Methods in org.hibernate.tool.schema.internal.exec that return SqlExceptionHelper