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 | Class and Description |
---|---|
class |
JDBCContext
Acts as the mediary between "entity-mode related" sessions in terms of
their interaction with the JDBC data store.
|
Constructor and Description |
---|
ConnectionManager(SessionFactoryImplementor factory,
ConnectionManager.Callback callback,
ConnectionReleaseMode releaseMode,
Connection connection,
Interceptor interceptor)
Constructs a ConnectionManager.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved