Uses of Class
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Packages that use SqlExceptionHelper Package Description org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal org.hibernate.testing.boot org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec 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 Modifier and Type Method Description SqlExceptionHelper
JdbcEnvironmentImpl. getSqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
JdbcEnvironment. 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 SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
JdbcServicesImpl. getSqlExceptionHelper()
SqlExceptionHelper
JdbcCoordinatorImpl. sqlExceptionHelper()
Access to theSqlExceptionHelper
protected SqlExceptionHelper
MutationStatementPreparerImpl. sqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
JdbcServices. getSqlExceptionHelper()
Obtain service for dealing with exceptions. -
Uses of SqlExceptionHelper in org.hibernate.persister.collection
Fields in org.hibernate.persister.collection declared as SqlExceptionHelper Modifier and Type Field Description protected SqlExceptionHelper
AbstractCollectionPersister. sqlExceptionHelper
Methods in org.hibernate.persister.collection that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelper
AbstractCollectionPersister. getSQLExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelper
JdbcIsolationDelegate. sqlExceptionHelper()
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type SqlExceptionHelper Constructor Description JdbcIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper)
-
Uses of SqlExceptionHelper in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelper
JtaIsolationDelegate. sqlExceptionHelper()
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type SqlExceptionHelper Constructor Description JtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper, TransactionManager transactionManager)
-
Uses of SqlExceptionHelper in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
BasicTestingJdbcServiceImpl. getSqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
HibernateSchemaManagementTool.JdbcContextImpl. getSqlExceptionHelper()
-
Uses of SqlExceptionHelper in org.hibernate.tool.schema.internal.exec
Methods in org.hibernate.tool.schema.internal.exec that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelper
JdbcContext. getSqlExceptionHelper()
-