| Name | Group | Description |
|---|
| org.hibernate | Core API |
This package defines the central Hibernate APIs. |
| org.hibernate.action | Extension API |
This package defines "actions" that are scheduled for
asycnchronous execution by the event listeners. |
| org.hibernate.bytecode | |
This package defines the API for plugging in bytecode libraries
for usage by Hibernate. |
| org.hibernate.bytecode.cglib | | No description provided. |
| org.hibernate.bytecode.javassist | | No description provided. |
| org.hibernate.bytecode.util | | No description provided. |
| org.hibernate.cache | Extension API |
This package defines APIs and implementations for the
second-level cache and query cache. |
| org.hibernate.cache.entry | Extension API |
This package defines formats for disassembled state
kept in the second level cache. |
| org.hibernate.cfg | Core API |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel. |
| org.hibernate.classic | Core API |
This package implements backward-compatibility with Hibernate 2.1
APIs now deprecated in Hibernate3. |
| org.hibernate.collection | Extension API |
This package defines a framework for collection wrappers. |
| org.hibernate.connection | Extension API |
This package abstracts the mechanism for obtaining
a JDBC connection. |
| org.hibernate.context | | No description provided. |
| org.hibernate.criterion | Core API |
A framework for defining restriction criteria and order criteria. |
| org.hibernate.dialect | Extension API |
This package abstracts the SQL dialect of the underlying database. |
| org.hibernate.dialect.function | Extension API |
A framework for defining database-specific SQL functions
that are available via the dialect. |
| org.hibernate.dialect.lock | Extension API | No description provided. |
| org.hibernate.engine | Internal Implementation |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms. |
| org.hibernate.engine.loading | | No description provided. |
| org.hibernate.engine.query | | No description provided. |
| org.hibernate.engine.query.sql | | No description provided. |
| org.hibernate.engine.transaction | | No description provided. |
| org.hibernate.event | Extension API |
This package defines an event framework for Hibernate. |
| org.hibernate.event.def | Extension API |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate. |
| org.hibernate.exception | Internal Implementation |
This package is a fork of Apache commons-lang nestable exceptions. |
| org.hibernate.hql | Internal Implementation |
This package defines the interface between Hibernate and
the HQL query parser implementation (to allow switching
between the 2.x and 3.0 HQL parsers). |
| org.hibernate.hql.antlr | Internal Implementation | A special package for ANTLR-generated parser classes. |
| org.hibernate.hql.ast | Internal Implementation | An ANTLR-based parser for Hibernate Query Language. |
| org.hibernate.hql.ast.exec | | No description provided. |
| org.hibernate.hql.ast.tree | | No description provided. |
| org.hibernate.hql.ast.util | | No description provided. |
| org.hibernate.hql.classic | Internal Implementation |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed. |
| org.hibernate.id | Extension API |
This package contains internal implementation classes for the
main API interfaces. |
| org.hibernate.id.enhanced | | No description provided. |
| org.hibernate.id.insert | | No description provided. |
| org.hibernate.impl | Internal Implementation |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session. |
| org.hibernate.intercept | Internal Implementation |
This package implements an interception
mechanism for lazy property fetching,
based on CGLIB bytecode instrumentation. |
| org.hibernate.intercept.cglib | | No description provided. |
| org.hibernate.intercept.javassist | | No description provided. |
| org.hibernate.jdbc | Extension API |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC. |
| org.hibernate.jmx | Miscellaneous API |
This package exposes a Hibernate instance via JMX. |
| org.hibernate.loader | Extension API |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects. |
| org.hibernate.loader.collection | Extension API |
This package defines collection initializers |
| org.hibernate.loader.criteria | Extension API |
This package defines the criteria query compiler and loader |
| org.hibernate.loader.custom | Extension API |
This package defines a framework for custom loaders that accept
handwritten SQL |
| org.hibernate.loader.custom.sql | Extension API | No description provided. |
| org.hibernate.loader.entity | Extension API |
This package defines entity loaders |
| org.hibernate.loader.hql | Extension API |
This package defines a loader for the AST-based query parser |
| org.hibernate.lob | Internal Implementation |
This package defines dummy and wrapper implementations
of java.sql.Clob and java.sql.Blob. |
| org.hibernate.mapping | Miscellaneous API |
This package defines the Hibernate configuration-time metamodel. |
| org.hibernate.metadata | Core API |
This package defines an API for accessing the Hibernate
runtime metamodel. |
| org.hibernate.param | | No description provided. |
| org.hibernate.persister | Extension API |
A persister defines a mapping strategy for a collection
or entity. |
| org.hibernate.persister.collection | Extension API |
This package abstracts the persistence mechanism for collections. |
| org.hibernate.persister.entity | Extension API |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel. |
| org.hibernate.pretty | Internal Implementation |
Classes for pretty printing things for exception
and log messages. |
| org.hibernate.property | Extension API |
This package abstracts the notion of a "property" of
an entity. |
| org.hibernate.proxy | Extension API |
This package defines a framework for lazy-initializing
entity proxies. |
| org.hibernate.proxy.dom4j | | No description provided. |
| org.hibernate.proxy.map | | No description provided. |
| org.hibernate.proxy.pojo | | No description provided. |
| org.hibernate.proxy.pojo.cglib | | No description provided. |
| org.hibernate.proxy.pojo.javassist | | No description provided. |
| org.hibernate.secure | Internal Implementation |
Declarative security for CRUD operations on entities. |
| org.hibernate.sql | Internal Implementation |
This package defines helper classes for rendering SQL
fragments and SQL statements. |
| org.hibernate.stat | Miscellaneous API |
This package exposes statistics about a running
Hibernate instance to the application. |
| org.hibernate.tool.hbm2ddl | Miscellaneous API |
The hbm2ddl tool. |
| org.hibernate.tool.instrument | Miscellaneous API |
The instrument tool for adding field-interception hooks
to persistent classes using built-time bytecode processing. |
| org.hibernate.tool.instrument.cglib | | No description provided. |
| org.hibernate.tool.instrument.javassist | | No description provided. |
| org.hibernate.transaction | Extension API |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers. |
| org.hibernate.transform | Extension API |
Defines strategies for post-processing criteria query
result sets into a form convenient to the application. |
| org.hibernate.tuple | Extension API |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes. |
| org.hibernate.tuple.component | | No description provided. |
| org.hibernate.tuple.entity | | No description provided. |
| org.hibernate.type | Extension API |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types. |
| org.hibernate.usertype | Core API |
Interfaces for user-defined custom types. |
| org.hibernate.util | Internal Implementation |
Utility classes. |