Uses of Class
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Packages that use SqlExceptionHelper Package Description org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.persister.collection org.hibernate.testing.boot -
-
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.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.engine.spi
Methods in org.hibernate.engine.spi that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelperSessionFactoryDelegatingImpl. getSQLExceptionHelper()default SqlExceptionHelperSessionFactoryImplementor. getSQLExceptionHelper()Deprecated.since 5.0; useJdbcServices.getSqlExceptionHelper()instead as obtained fromSessionFactoryImplementor.getServiceRegistry() -
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.testing.boot
Methods in org.hibernate.testing.boot that return SqlExceptionHelper Modifier and Type Method Description SqlExceptionHelperBasicTestingJdbcServiceImpl. getSqlExceptionHelper()
-