Uses of Class
org.hibernate.JDBCException
-
Packages that use JDBCException Package Description org.hibernate org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.engine org.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 org.hibernate.exception.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables. -
-
Uses of JDBCException in org.hibernate
Subclasses of JDBCException in org.hibernate Modifier and Type Class Description classPessimisticLockExceptionThrown when a pessimistic locking conflict occurs.classQueryTimeoutExceptionThrown when a database query timeout occurs. -
Uses of JDBCException in org.hibernate.dialect.lock
Methods in org.hibernate.dialect.lock that throw JDBCException Modifier and Type Method Description voidSelectLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)voidUpdateLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)Constructors in org.hibernate.dialect.lock with parameters of type JDBCException Constructor Description PessimisticEntityLockException(Object entity, String message, JDBCException cause)Constructs a PessimisticEntityLockException -
Uses of JDBCException in org.hibernate.engine
Methods in org.hibernate.engine that throw JDBCException Modifier and Type Method Description voidHibernateIterator. close()Close the Hibernate query result iterator -
Uses of JDBCException in org.hibernate.engine.jdbc.dialect.spi
Methods in org.hibernate.engine.jdbc.dialect.spi that return JDBCException Modifier and Type Method Description JDBCExceptionBasicSQLExceptionConverter. convert(SQLException sqlException)Perform a conversion. -
Uses of JDBCException in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JDBCException Modifier and Type Method Description 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. -
Uses of JDBCException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JDBCException Modifier and Type Method Description JDBCExceptionExceptionConverter. convert(SQLException e, String message) -
Uses of JDBCException in org.hibernate.exception
Subclasses of JDBCException in org.hibernate.exception Modifier and Type Class Description 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). -
Uses of JDBCException in org.hibernate.exception.spi
Methods in org.hibernate.exception.spi that return JDBCException Modifier and Type Method Description 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. -
Uses of JDBCException in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id that return JDBCException Modifier and Type Method Description protected JDBCExceptionAbstractIdsBulkIdHandler. convert(SQLException e, String message, String sql)
-