Uses of Interface
org.hibernate.engine.spi.ExceptionConverter
-
Packages that use ExceptionConverter Package Description org.hibernate.engine.spi 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 ExceptionConverterSessionDelegatorBaseImpl. getExceptionConverter()ExceptionConverterSharedSessionContractImplementor. getExceptionConverter()The converter associated to a Session might be lazily initialized: only invoke this getter when there is actual need to use it. -
Uses of ExceptionConverter in org.hibernate.internal
Classes in org.hibernate.internal that implement ExceptionConverter Modifier and Type Class Description classExceptionConverterImplMethods in org.hibernate.internal that return ExceptionConverter Modifier and Type Method Description ExceptionConverterAbstractSharedSessionContract. getExceptionConverter()
-