站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Package org.hibernate.connection (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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.