Uses of Package
org.hibernate.jdbc

Packages that use org.hibernate.jdbc
org.hibernate.cfg   
org.hibernate.engine   
org.hibernate.impl   
org.hibernate.jdbc   
org.hibernate.transaction   
 

Classes in org.hibernate.jdbc used by org.hibernate.cfg
BatcherFactory
          Factory for Batcher instances.
 

Classes in org.hibernate.jdbc used by org.hibernate.engine
Batcher
          Manages PreparedStatements for a session.
JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
 

Classes in org.hibernate.jdbc used by org.hibernate.impl
Batcher
          Manages PreparedStatements for a session.
BatcherFactory
          Factory for Batcher instances.
JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
JDBCContext.Context
           
 

Classes in org.hibernate.jdbc used by org.hibernate.jdbc
AbstractBatcher
          Manages prepared statements and batching.
Batcher
          Manages PreparedStatements for a session.
BatcherFactory
          Factory for Batcher instances.
ColumnNameCache
          Implementation of ColumnNameCache.
ConnectionManager
          Encapsulates JDBC Connection management logic needed by Hibernate.
ConnectionManager.Callback
           
JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
JDBCContext.Context
           
ResultSetWrapper
          A ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle and Postgres).
 

Classes in org.hibernate.jdbc used by org.hibernate.transaction
JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.