Uses of Package
org.hibernate.connection

Packages that use org.hibernate.connection
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.connection This package abstracts the mechanism for obtaining a JDBC connection. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Classes in org.hibernate.connection used by org.hibernate.cfg
ConnectionProvider
          A strategy for obtaining JDBC connections.
 

Classes in org.hibernate.connection used by org.hibernate.connection
ConnectionProvider
          A strategy for obtaining JDBC connections.
 

Classes in org.hibernate.connection used by org.hibernate.engine
ConnectionProvider
          A strategy for obtaining JDBC connections.
 

Classes in org.hibernate.connection used by org.hibernate.impl
ConnectionProvider
          A strategy for obtaining JDBC connections.