|
|||||||||
| Home >> All >> org >> hibernate >> [ jdbc overview ] | PREV NEXT | ||||||||
Uses of Class
org.hibernate.jdbc.ConnectionManager
| Uses of ConnectionManager in org.hibernate.jdbc |
| Fields in org.hibernate.jdbc declared as ConnectionManager | |
private ConnectionManager |
BorrowedConnectionProxy.connectionManager
|
private ConnectionManager |
JDBCContext.connectionManager
|
private ConnectionManager |
AbstractBatcher.connectionManager
|
| Methods in org.hibernate.jdbc that return ConnectionManager | |
static ConnectionManager |
ConnectionManager.deserialize(java.io.ObjectInputStream ois,
org.hibernate.engine.SessionFactoryImplementor factory,
org.hibernate.Interceptor interceptor,
org.hibernate.ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext)
|
ConnectionManager |
JDBCContext.getConnectionManager()
|
| Methods in org.hibernate.jdbc with parameters of type ConnectionManager | |
static java.sql.Connection |
BorrowedConnectionProxy.generateProxy(ConnectionManager connectionManager)
|
Batcher |
NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
Batcher |
BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
Batcher |
BatcherFactory.createBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
| Constructors in org.hibernate.jdbc with parameters of type ConnectionManager | |
BorrowedConnectionProxy(ConnectionManager connectionManager)
|
|
NonBatchingBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
|
BatchingBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
|
AbstractBatcher(ConnectionManager connectionManager,
org.hibernate.Interceptor interceptor)
|
|
|
|||||||||
| Home >> All >> org >> hibernate >> [ jdbc overview ] | PREV NEXT | ||||||||