Uses of Class
org.hibernate.JDBCException

Packages that use JDBCException
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
Support for Dialect-specific locking strategies.
Various implementations of the SPI contracts for obtaining JDBC Connections.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
Defines certain very important flavors of JDBCException, along with an SPI for interpreting product-specific SQLExceptions arising from a JDBC driver into something more uniform and meaningful.
 
An SPI for Dialect-specific exception interpretation and conversion.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
Implementation of the SPI for schema information extraction from the database via JDBC.