类的使用
org.hibernate.JDBCException
-
使用JDBCException的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms.org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions.org.hibernate.exception.internal org.hibernate.exception.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.result.internal org.hibernate.tool.schema.extract.internal -
-
org.hibernate中JDBCException的使用
org.hibernate中JDBCException的子类 修饰符和类型 类 说明 classPessimisticLockExceptionThrown when a pessimistic locking conflict occurs.classQueryTimeoutExceptionThrown when a database query timeout occurs. -
org.hibernate.dialect.lock中JDBCException的使用
抛出JDBCException的org.hibernate.dialect.lock中的方法 修饰符和类型 方法 说明 voidSelectLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)voidUpdateLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)参数类型为JDBCException的org.hibernate.dialect.lock中的构造器 构造器 说明 PessimisticEntityLockException(Object entity, String message, JDBCException cause)Constructs a PessimisticEntityLockException -
org.hibernate.engine中JDBCException的使用
抛出JDBCException的org.hibernate.engine中的方法 修饰符和类型 方法 说明 voidHibernateIterator. close()Close the Hibernate query result iterator -
org.hibernate.engine.jdbc.connections.internal中JDBCException的使用
返回JDBCException的org.hibernate.engine.jdbc.connections.internal中的方法 修饰符和类型 方法 说明 protected JDBCExceptionBasicConnectionCreator. convertSqlException(String message, SQLException e) -
org.hibernate.engine.jdbc.dialect.spi中JDBCException的使用
返回JDBCException的org.hibernate.engine.jdbc.dialect.spi中的方法 修饰符和类型 方法 说明 JDBCExceptionBasicSQLExceptionConverter. convert(SQLException sqlException)Perform a conversion. -
org.hibernate.engine.jdbc.spi中JDBCException的使用
返回JDBCException的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 JDBCExceptionSqlExceptionHelper. convert(SQLException sqlException, String message)Convert an SQLException using the current converter, doing some logging first.JDBCExceptionSqlExceptionHelper. convert(SQLException sqlException, String message, String sql)Convert an SQLException using the current converter, doing some logging first. -
org.hibernate.engine.spi中JDBCException的使用
返回JDBCException的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 JDBCExceptionExceptionConverter. convert(SQLException e, String message) -
org.hibernate.exception中JDBCException的使用
org.hibernate.exception中JDBCException的子类 修饰符和类型 类 说明 classConstraintViolationExceptionImplementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.classDataExceptionImplementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.classGenericJDBCExceptionGeneric, non-specific JDBCException.classJDBCConnectionExceptionImplementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).classLockAcquisitionExceptionImplementation of JDBCException indicating a problem acquiring lock on the database.classLockTimeoutExceptionclassSQLGrammarExceptionImplementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc). -
org.hibernate.exception.internal中JDBCException的使用
返回JDBCException的org.hibernate.exception.internal中的方法 修饰符和类型 方法 说明 JDBCExceptionCacheSQLExceptionConversionDelegate. convert(SQLException sqlException, String message, String sql)Convert the given SQLException into Hibernate's JDBCException hierarchy.JDBCExceptionSQLExceptionTypeDelegate. convert(SQLException sqlException, String message, String sql)JDBCExceptionSQLStateConversionDelegate. convert(SQLException sqlException, String message, String sql)JDBCExceptionStandardSQLExceptionConverter. convert(SQLException sqlException, String message, String sql) -
org.hibernate.exception.spi中JDBCException的使用
返回JDBCException的org.hibernate.exception.spi中的方法 修饰符和类型 方法 说明 JDBCExceptionSQLExceptionConversionDelegate. convert(SQLException sqlException, String message, String sql)Convert the given SQLException into the HibernateJDBCExceptionhierarchy.JDBCExceptionSQLExceptionConverter. convert(SQLException sqlException, String message, String sql)Convert the given SQLException into the HibernateJDBCExceptionhierarchy. -
org.hibernate.hql.spi.id中JDBCException的使用
返回JDBCException的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 protected JDBCExceptionAbstractIdsBulkIdHandler. convert(SQLException e, String message, String sql) -
org.hibernate.internal中JDBCException的使用
返回JDBCException的org.hibernate.internal中的方法 修饰符和类型 方法 说明 JDBCExceptionExceptionConverterImpl. convert(SQLException e, String message)protected JDBCExceptionScrollableResultsImpl. convert(SQLException sqle, String message)抛出JDBCException的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidIteratorImpl. close() -
org.hibernate.result.internal中JDBCException的使用
返回JDBCException的org.hibernate.result.internal中的方法 修饰符和类型 方法 说明 protected JDBCExceptionOutputsImpl. convert(SQLException e, String message) -
org.hibernate.tool.schema.extract.internal中JDBCException的使用
返回JDBCException的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 protected JDBCExceptionInformationExtractorJdbcDatabaseMetaDataImpl. convertSQLException(SQLException sqlException, String message)
-