Uses of Interface
org.hibernate.exception.spi.SQLExceptionConverter
-
Packages that use SQLExceptionConverter Package Description org.hibernate.dialect org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.exception.spi org.hibernate.persister.collection -
-
Uses of SQLExceptionConverter in org.hibernate.dialect
Methods in org.hibernate.dialect that return SQLExceptionConverter Modifier and Type Method Description SQLExceptionConverterDialect. buildSQLExceptionConverter()Deprecated.Dialect.buildSQLExceptionConversionDelegate()should be overridden instead. -
Uses of SQLExceptionConverter in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SQLExceptionConverter Modifier and Type Method Description SQLExceptionConverterSqlExceptionHelper. getSqlExceptionConverter()Access the current exception converter being used internally.Methods in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter Modifier and Type Method Description voidSqlExceptionHelper. setSqlExceptionConverter(SQLExceptionConverter sqlExceptionConverter)Inject the exception converter to use.Constructors in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter Constructor Description SqlExceptionHelper(SQLExceptionConverter sqlExceptionConverter, boolean logWarnings)Create an exception helper with a specific exception converter. -
Uses of SQLExceptionConverter in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SQLExceptionConverter Modifier and Type Method Description SQLExceptionConverterSessionFactoryDelegatingImpl. getSQLExceptionConverter()default SQLExceptionConverterSessionFactoryImplementor. getSQLExceptionConverter()Deprecated.since 5.0; useJdbcServices.getSqlExceptionHelper()->SqlExceptionHelper.getSqlExceptionConverter()instead as obtained fromSessionFactoryImplementor.getServiceRegistry() -
Uses of SQLExceptionConverter in org.hibernate.exception.spi
Methods in org.hibernate.exception.spi that return SQLExceptionConverter Modifier and Type Method Description static SQLExceptionConverterSQLExceptionConverterFactory. buildMinimalSQLExceptionConverter()Builds a minimal converter.static SQLExceptionConverterSQLExceptionConverterFactory. buildSQLExceptionConverter(Dialect dialect, java.util.Properties properties)Build a SQLExceptionConverter instance. -
Uses of SQLExceptionConverter in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return SQLExceptionConverter Modifier and Type Method Description protected SQLExceptionConverterAbstractCollectionPersister. getSQLExceptionConverter()
-