|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.jdbc | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
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.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.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
|
|
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
|
|
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). |
|
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.transaction | |
---|---|
JDBCContext
Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |