Class Summary |
AbstractQueryImpl |
Abstract implementation of the Query interface |
BatcherImpl |
Manages prepared statements and batching. |
BatchingBatcher |
An implementation of the Batcher interface that
actually uses batching |
CacheEntry |
A cached instance of a persistent class |
ColumnNameCache |
Implementation of ColumnNameCache. |
CriteriaImpl |
Implementation of the Criteria interface |
CriteriaImpl.CriterionEntry |
|
FilterImpl |
implementation of the Query interface for collection filters |
IteratorImpl |
An implementation of java.util.Iterator that is
returned by iterate() query execution methods. |
MessageHelper |
Helper methods for rendering log messages and exception
messages. |
NonBatchingBatcher |
An implementation of the Batcher interface that does no batching |
Printer |
Renders entities to a nicely readable string. |
QueryImpl |
default implementation of the Query interface,
for "ordinary" HQL queries (not collection filters) |
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). |
ScrollableResultsImpl |
Implementation of the ScrollableResults interface |
SessionFactoryImpl |
Concrete implementation of the SessionFactory interface. |
SessionFactoryObjectFactory |
Resolves SessionFactory JNDI lookups and deserialization |
SessionImpl |
Concrete implementation of a Session, and also the central, organizing component
of Hibernate's internal implementation. |
SessionImpl.CollectionEntry |
We need an entry to tell us all about the current state
of a collection with respect to its persistent state |
SQLQueryImpl |
Implements SQL query passthrough. |