Uses of Class
org.hibernate.jdbc.ConnectionManager

Packages that use ConnectionManager
org.hibernate.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)
          Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
 

Methods in org.hibernate.jdbc with parameters of type ConnectionManager
 Batcher BatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
static Connection BorrowedConnectionProxy.generateProxy(ConnectionManager connectionManager)
           
 Batcher NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 Batcher BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 

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