Uses of Interface
org.hibernate.engine.spi.ExceptionConverter
-
Packages that use ExceptionConverter Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of ExceptionConverter in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ExceptionConverter Modifier and Type Method Description ExceptionConverter
SessionDelegatorBaseImpl. getExceptionConverter()
ExceptionConverter
SharedSessionContractImplementor. getExceptionConverter()
Obtain anExceptionConverter
for reporting an error.ExceptionConverter
SharedSessionDelegatorBaseImpl. getExceptionConverter()
-
Uses of ExceptionConverter in org.hibernate.internal
Classes in org.hibernate.internal that implement ExceptionConverter Modifier and Type Class Description class
ExceptionConverterImpl
Methods in org.hibernate.internal that return ExceptionConverter Modifier and Type Method Description ExceptionConverter
AbstractSharedSessionContract. getExceptionConverter()
-