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.ejb   
org.hibernate.ejb.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. 
org.hibernate.testing.tm Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios. 
 

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.ejb
ConnectionProvider
          A strategy for obtaining JDBC connections.
 

Classes in org.hibernate.connection used by org.hibernate.ejb.connection
ConnectionProvider
          A strategy for obtaining JDBC connections.
DatasourceConnectionProvider
          A connection provider that uses a DataSource registered with JNDI.
 

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.
 

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



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.