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.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinatorbased onJdbcResourceTransaction.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.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 SqlExceptionHelperJdbcEnvironmentImpl. 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 SqlExceptionHelperJdbcEnvironment. getSqlExceptionHelper()Obtain the helper for dealing with JDBCSQLExceptionfaults. -
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelperJdbcServicesImpl. getSqlExceptionHelper()SqlExceptionHelperJdbcCoordinatorImpl. sqlExceptionHelper()Access to theSqlExceptionHelperprotected SqlExceptionHelperMutationStatementPreparerImpl. 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 SqlExceptionHelperJdbcServices. 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 SqlExceptionHelperAbstractCollectionPersister. sqlExceptionHelperMethods in org.hibernate.persister.collection that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelperAbstractCollectionPersister. getSQLExceptionHelper() -
Uses of SqlExceptionHelper in org.hibernate.resource.jdbc.internal
Constructors in org.hibernate.resource.jdbc.internal with parameters of type SqlExceptionHelper Constructor Description LogicalConnectionManagedImpl(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 SqlExceptionHelper Modifier and Type Method Description default SqlExceptionHelperJdbcSessionOwner. 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 SqlExceptionHelperJdbcIsolationDelegate. 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
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type SqlExceptionHelper Constructor Description JtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionConverter, TransactionManager transactionManager) -
Uses of SqlExceptionHelper in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelperBasicTestingJdbcServiceImpl. 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 SqlExceptionHelperHibernateSchemaManagementTool.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 SqlExceptionHelperJdbcContext. getSqlExceptionHelper()
-