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 supporting various aspects of JDBC interaction.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections. -
-
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.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()
-