程序包的使用
org.hibernate.exception.spi
-
使用org.hibernate.exception.spi的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.exception.internal org.hibernate.exception.spi org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. -
org.hibernate.dialect使用的org.hibernate.exception.spi中的类 类 说明 ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple such delegates.SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.ViolatedConstraintNameExtracter Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation. -
org.hibernate.engine.jdbc.spi使用的org.hibernate.exception.spi中的类 类 说明 SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. -
org.hibernate.engine.spi使用的org.hibernate.exception.spi中的类 类 说明 SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. -
org.hibernate.exception.internal使用的org.hibernate.exception.spi中的类 类 说明 AbstractSQLExceptionConversionDelegate ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple such delegates.SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.ViolatedConstraintNameExtracter Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation. -
org.hibernate.exception.spi使用的org.hibernate.exception.spi中的类 类 说明 ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple such delegates.SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.ViolatedConstraintNameExtracter Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation. -
org.hibernate.persister.collection使用的org.hibernate.exception.spi中的类 类 说明 SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.