Uses of Package
org.hibernate.resource.jdbc
-
Packages that use org.hibernate.resource.jdbc Package Description org.hibernate.resource.jdbc A facility for managing logical JDBC connections and keeping track of other heavyweight resources.org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session". -
Classes in org.hibernate.resource.jdbc used by org.hibernate.resource.jdbc Class Description ResourceRegistry A registry for tracking JDBC resources. -
Classes in org.hibernate.resource.jdbc used by org.hibernate.resource.jdbc.internal Class Description LogicalConnection Represents a continuous logical connection to the database to the database via JDBC.ResourceRegistry A registry for tracking JDBC resources. -
Classes in org.hibernate.resource.jdbc used by org.hibernate.resource.jdbc.spi Class Description LogicalConnection Represents a continuous logical connection to the database to the database via JDBC.