Uses of Class
org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Packages that use SqlExceptionHelper
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
This package abstracts persistence mechanisms for collections.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
-
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.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.spi
Methods in org.hibernate.resource.jdbc.spi that return SqlExceptionHelperModifier and TypeMethodDescriptiondefault SqlExceptionHelper
JdbcSessionOwner.getSqlExceptionHelper()