接口的使用
org.hibernate.engine.spi.ExceptionConverter
-
使用ExceptionConverter的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.internal -
-
org.hibernate.engine.spi中ExceptionConverter的使用
返回ExceptionConverter的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 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. -
org.hibernate.internal中ExceptionConverter的使用
实现ExceptionConverter的org.hibernate.internal中的类 修饰符和类型 类 说明 classExceptionConverterImpl返回ExceptionConverter的org.hibernate.internal中的方法 修饰符和类型 方法 说明 ExceptionConverterAbstractSharedSessionContract. getExceptionConverter() -
org.hibernate.query.internal中ExceptionConverter的使用
返回ExceptionConverter的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 protected ExceptionConverterAbstractProducedQuery. getExceptionConverter()
-