接口的使用
org.hibernate.exception.spi.SQLExceptionConversionDelegate
-
使用SQLExceptionConversionDelegate的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.exception.internal org.hibernate.exception.spi -
-
org.hibernate.dialect中SQLExceptionConversionDelegate的使用
-
org.hibernate.exception.internal中SQLExceptionConversionDelegate的使用
实现SQLExceptionConversionDelegate的org.hibernate.exception.internal中的类 修饰符和类型 类 说明 classCacheSQLExceptionConversionDelegateASQLExceptionConversionDelegateimplementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.classSQLExceptionTypeDelegateSQLExceptionConverterimplementation that does conversion based on the JDBC 4 definedSQLExceptionsub-type hierarchy.classSQLStateConversionDelegateA SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.参数类型为SQLExceptionConversionDelegate的org.hibernate.exception.internal中的方法 修饰符和类型 方法 说明 voidStandardSQLExceptionConverter. addDelegate(SQLExceptionConversionDelegate delegate)参数类型为SQLExceptionConversionDelegate的org.hibernate.exception.internal中的构造器 构造器 说明 StandardSQLExceptionConverter(SQLExceptionConversionDelegate... delegates) -
org.hibernate.exception.spi中SQLExceptionConversionDelegate的使用
实现SQLExceptionConversionDelegate的org.hibernate.exception.spi中的类 修饰符和类型 类 说明 classAbstractSQLExceptionConversionDelegate
-