Uses of Class
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Packages that use SqlExceptionHelper 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 interactionorg.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.persister.collection org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal org.hibernate.testing.boot org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec -
-
Uses of SqlExceptionHelper in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelperAbstractBatchImpl. sqlExceptionHelper()Convenience access to the SQLException helper. -
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 the 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.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
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SqlExceptionHelper Modifier and Type Method Description protected SqlExceptionHelperJtaIsolationDelegate. sqlExceptionHelper()Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type SqlExceptionHelper Constructor Description JtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper, jakarta.transaction.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()
-