接口的使用
org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
-
使用ExceptionMapper的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification. -
-
org.hibernate.engine.spi中ExceptionMapper的使用
返回ExceptionMapper的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 ExceptionMapperSessionOwner. getExceptionMapper()已过时。 -
org.hibernate.internal中ExceptionMapper的使用
实现ExceptionMapper的org.hibernate.internal中的类 修饰符和类型 类 说明 classExceptionMapperStandardImpl声明为ExceptionMapper的org.hibernate.internal中的字段 修饰符和类型 字段 说明 static ExceptionMapperExceptionMapperStandardImpl. INSTANCE返回ExceptionMapper的org.hibernate.internal中的方法 修饰符和类型 方法 说明 ExceptionMapperSessionCreationOptions. getExceptionMapper()ExceptionMapperSessionFactoryImpl.SessionBuilderImpl. getExceptionMapper()ExceptionMapperSessionFactoryImpl.StatelessSessionBuilderImpl. getExceptionMapper() -
org.hibernate.jpa.internal中ExceptionMapper的使用
实现ExceptionMapper的org.hibernate.jpa.internal中的类 修饰符和类型 类 说明 classExceptionMapperLegacyJpaImpl
-