Uses of Package
org.hibernate.jdbc

Packages that use org.hibernate.jdbc
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.ejb.transaction   
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.test.annotations   
org.hibernate.transaction This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. 
 

Classes in org.hibernate.jdbc used by org.hibernate
Work
          Contract for performing a discrete piece of JDBC work.
 

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

Classes in org.hibernate.jdbc used by org.hibernate.ejb.transaction
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.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.envers.entities.mapper.relation.lazy
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
           
Work
          Contract for performing a discrete piece of JDBC work.
 

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.
ConnectionManager
          Encapsulates JDBC Connection management logic needed by Hibernate.
ConnectionManager.Callback
           
Expectation
          Defines an expected DML operation outcome.
Expectations.BasicExpectation
           
JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
JDBCContext.Context
           
TooManyRowsAffectedException
          Indicates that more rows were affected then we were expecting to be.
 

Classes in org.hibernate.jdbc used by org.hibernate.persister.entity
Expectation
          Defines an expected DML operation outcome.
 

Classes in org.hibernate.jdbc used by org.hibernate.test.annotations
Work
          Contract for performing a discrete piece of JDBC work.
 

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.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.