Uses of Class
org.hibernate.PessimisticLockException
Packages that use PessimisticLockException
Package
Description
Defines certain very important flavors of
JDBCException
,
along with an SPI for interpreting product-specific SQLException
s
arising from a JDBC driver into something more uniform and meaningful.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of PessimisticLockException in org.hibernate.exception
Subclasses of PessimisticLockException in org.hibernate.exceptionModifier and TypeClassDescriptionclass
AJDBCException
indicating a problem acquiring a lock on the database.class
AJDBCException
indicating that a lock request timed out on the database. -
Uses of PessimisticLockException in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type PessimisticLockExceptionModifier and TypeMethodDescriptionprotected PersistenceException
ExceptionConverterImpl.wrapLockException
(PessimisticLockException exception, LockOptions lockOptions)