Package | Description |
---|---|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionManager |
ConnectionManager.deserialize(ObjectInputStream ois,
SessionFactoryImplementor factory,
Interceptor interceptor,
ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext) |
ConnectionManager |
JDBCContext.getConnectionManager() |
Modifier and Type | Method and Description |
---|---|
Batcher |
NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
static Connection |
BorrowedConnectionProxy.generateProxy(ConnectionManager connectionManager)
Generates a Connection proxy wrapping the connection managed by the passed
connection manager.
|
Constructor and Description |
---|
AbstractBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
BatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
BorrowedConnectionProxy(ConnectionManager connectionManager) |
NonBatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved