Uses of Package
org.hibernate.exception
-
Packages that use org.hibernate.exception 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. -
Classes in org.hibernate.exception used by org.hibernate.exception Class Description LockAcquisitionException AJDBCException
indicating a problem acquiring a lock on the database.