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

Uses of Class org.hibernate.jdbc.ConnectionManager (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.jdbc.ConnectionManager

Packages that use ConnectionManager
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
 

Uses of ConnectionManager in org.hibernate.jdbc
 

Methods in org.hibernate.jdbc that return ConnectionManager
 ConnectionManager JDBCContext.getConnectionManager()
           
static ConnectionManager ConnectionManager.deserialize(ObjectInputStream ois, SessionFactoryImplementor factory, Interceptor interceptor, ConnectionReleaseMode connectionReleaseMode, JDBCContext jdbcContext)
           
 

Methods in org.hibernate.jdbc with parameters of type ConnectionManager
 Batcher NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
static Connection BorrowedConnectionProxy.generateProxy(ConnectionManager connectionManager)
          Generates a Connection proxy wrapping the connection managed by the passed connection manager.
 Batcher BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 Batcher BatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 

Constructors in org.hibernate.jdbc with parameters of type ConnectionManager
NonBatchingBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
BorrowedConnectionProxy(ConnectionManager connectionManager)
           
BatchingBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
AbstractBatcher(ConnectionManager connectionManager, Interceptor interceptor)