See: Description
Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.annotations |
Package containing all the Hibernate specific annotations.
|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.selector |
Defines a feature-set around named registration of implementations of various contracts and the ability
to select those implementations.
|
org.hibernate.bytecode.enhance |
Package defining bytecode code enhancement (instrumentation) support.
|
org.hibernate.bytecode.enhance.plugins | |
org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
org.hibernate.cache.ehcache.management.impl |
Defines JMX support for the Ehcache integration
|
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.infinispan.access |
Internal Infinispan-based implementation of the cache region access strategies
|
org.hibernate.cache.infinispan.collection |
Internal Infinispan-based implementation of the collection cache region
|
org.hibernate.cache.infinispan.entity |
Internal Infinispan-based implementation of the entity cache region
|
org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
org.hibernate.cache.infinispan.naturalid |
Internal Infinispan-based implementation of the natural-id cache region
|
org.hibernate.cache.infinispan.query |
Internal Infinispan-based implementation of the "query results" cache region
|
org.hibernate.cache.infinispan.timestamp |
Internal Infinispan-based implementation of the "update timestamps" cache region
|
org.hibernate.cache.infinispan.tm |
Internal bridging between Infinispan and Hibernate notions of talking to JTA
|
org.hibernate.cache.infinispan.util |
Internal utilities for the Infinispan integration
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations | |
org.hibernate.cfg.annotations.reflection |
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of
metadata in the Hibernate commons-annotations model.
|
org.hibernate.cfg.beanvalidation | |
org.hibernate.cfg.naming | |
org.hibernate.classic |
This package implements backward-compatibility with Hibernate 2.1
APIs now deprecated in Hibernate3.
|
org.hibernate.context |
Defines support for "current session" feature.
|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
org.hibernate.dialect.unique |
Support for Dialect-specific unique constraint definition
|
org.hibernate.ejb | |
org.hibernate.ejb.packaging | |
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.engine.jdbc |
Support for various aspects of JDBC interaction
|
org.hibernate.engine.jndi |
Support for JNDI within Hibernate
|
org.hibernate.engine.profile |
Models the fetch profiles defined by the application
|
org.hibernate.envers | |
org.hibernate.envers.configuration | |
org.hibernate.envers.enhanced | |
org.hibernate.envers.exception | |
org.hibernate.envers.query | |
org.hibernate.envers.query.criteria | |
org.hibernate.envers.query.order | |
org.hibernate.envers.query.projection | |
org.hibernate.envers.strategy | |
org.hibernate.envers.tools | |
org.hibernate.envers.tools.hbm2ddl | |
org.hibernate.exception |
This package is a fork of Apache commons-lang nestable exceptions.
|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
org.hibernate.id.factory | |
org.hibernate.id.insert | |
org.hibernate.id.uuid | |
org.hibernate.jdbc | |
org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.compile | |
org.hibernate.jpa.criteria.expression | |
org.hibernate.jpa.criteria.expression.function | |
org.hibernate.jpa.criteria.path | |
org.hibernate.jpa.criteria.predicate | |
org.hibernate.jpamodelgen | |
org.hibernate.jpamodelgen.annotation | |
org.hibernate.jpamodelgen.model | |
org.hibernate.jpamodelgen.util | |
org.hibernate.jpamodelgen.util.xml | |
org.hibernate.jpamodelgen.xml | |
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.collection.plan | |
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql | |
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.entity.plan | |
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.lob | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.metadata |
This package defines an API for accessing the Hibernate
runtime metamodel.
|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.domain |
This package defines metadata modeling of a logical domain model.
|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
org.hibernate.metamodel.relational.state | |
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.annotations | |
org.hibernate.metamodel.source.annotations.attribute | |
org.hibernate.metamodel.source.annotations.attribute.type | |
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.annotations.global | |
org.hibernate.metamodel.source.annotations.xml | |
org.hibernate.metamodel.source.annotations.xml.filter | |
org.hibernate.metamodel.source.annotations.xml.mocker | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm | |
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.param | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
org.hibernate.procedure | |
org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
org.hibernate.proxy.map | |
org.hibernate.proxy.pojo | |
org.hibernate.proxy.pojo.javassist | |
org.hibernate.result | |
org.hibernate.service | |
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr | |
org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
org.hibernate.tool.enhance | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.hibernate.tool.instrument |
The instrument tool for adding field-interception hooks
to persistent classes using built-time bytecode processing.
|
org.hibernate.tool.instrument.javassist | |
org.hibernate.transform |
Defines strategies for post-processing criteria query
result sets into a form convenient to the application.
|
org.hibernate.tuple |
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 | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
org.hibernate.type.descriptor | |
org.hibernate.type.descriptor.converter |
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system. |
org.hibernate.type.descriptor.java | |
org.hibernate.type.descriptor.sql |
Defines handling of the standard JDBC-defined types, as declared by
Types . |
org.hibernate.usertype |
Interfaces for user-defined custom types.
|
Package | Description |
---|---|
org.hibernate.hql.internal.antlr | |
org.hibernate.internal.jaxb.cfg | |
org.hibernate.internal.jaxb.mapping.orm | |
org.hibernate.jpamodelgen.xml.jaxb |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.