|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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()
|
| Methods in org.hibernate.jdbc with parameters of type ConnectionManager | |
Batcher |
NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor)
|
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)
|
|
BatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor)
|
|
AbstractBatcher(ConnectionManager connectionManager,
Interceptor interceptor)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||