Uses of Class
org.hibernate.exception.LockAcquisitionException
Packages that use LockAcquisitionException
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.-
Uses of LockAcquisitionException in org.hibernate.exception
Subclasses of LockAcquisitionException in org.hibernate.exceptionModifier and TypeClassDescriptionclass
AJDBCException
indicating that a lock request timed out on the database.