Uses of Interface
org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
-
Packages that use ExceptionMapper Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification. -
-
Uses of ExceptionMapper in org.hibernate.internal
Classes in org.hibernate.internal that implement ExceptionMapper Modifier and Type Class Description classExceptionMapperStandardImplFields in org.hibernate.internal declared as ExceptionMapper Modifier and Type Field Description static ExceptionMapperExceptionMapperStandardImpl. INSTANCEMethods in org.hibernate.internal that return ExceptionMapper Modifier and Type Method Description ExceptionMapperSessionCreationOptions. getExceptionMapper()ExceptionMapperSessionFactoryImpl.SessionBuilderImpl. getExceptionMapper()ExceptionMapperSessionFactoryImpl.StatelessSessionBuilderImpl. getExceptionMapper() -
Uses of ExceptionMapper in org.hibernate.jpa.internal
Classes in org.hibernate.jpa.internal that implement ExceptionMapper Modifier and Type Class Description classExceptionMapperLegacyJpaImpl
-