Uses of Interface
org.hibernate.engine.spi.ExceptionConverter
Packages that use ExceptionConverter
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of ExceptionConverter in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ExceptionConverterModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getExceptionConverter()
SharedSessionContractImplementor.getExceptionConverter()
Obtain anExceptionConverter
for reporting an error.SharedSessionDelegatorBaseImpl.getExceptionConverter()
-
Uses of ExceptionConverter in org.hibernate.internal
Classes in org.hibernate.internal that implement ExceptionConverterMethods in org.hibernate.internal that return ExceptionConverter -
Uses of ExceptionConverter in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ExceptionConverterModifier and TypeMethodDescriptionprotected final ExceptionConverter
AbstractCommonQueryContract.getExceptionConverter()