Uses of Class
org.hibernate.exception.LockAcquisitionException
-
Packages that use LockAcquisitionException Package Description org.hibernate.exception Defines certain very important flavors ofJDBCException
, along with an SPI for interpreting product-specificSQLException
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.exception Modifier and Type Class Description class
LockTimeoutException
AJDBCException
indicating that a lock request timed out on the database.
-