| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.internal | |
| org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
| org.hibernate.boot.model.process.internal | |
| org.hibernate.boot.model.process.spi | |
| org.hibernate.boot.model.relational | |
| org.hibernate.boot.model.source.internal | |
| org.hibernate.boot.model.source.internal.hbm | |
| org.hibernate.boot.model.source.spi | |
| org.hibernate.boot.spi | |
| org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
| org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
| org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
| org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
| org.hibernate.cache.infinispan.tm |
Internal bridging between Infinispan and Hibernate notions of talking to JTA
|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.cache.jcache |
Hibernate caching provider for JSR-107 compliant caches.
|
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| 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.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.envers.boot.internal | |
| org.hibernate.envers.configuration.internal | |
| org.hibernate.envers.configuration.internal.metadata | |
| org.hibernate.event.service.internal | |
| org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
| org.hibernate.hql.spi.id.cte | |
| org.hibernate.hql.spi.id.global | |
| org.hibernate.hql.spi.id.inline | |
| org.hibernate.hql.spi.id.local | |
| org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.jpa.boot.internal | |
| org.hibernate.jpa.event.spi.jpa | |
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.metamodel.internal | |
| org.hibernate.persister.spi | |
| org.hibernate.service.internal | |
| org.hibernate.service.spi | |
| org.hibernate.stat.internal | |
| org.hibernate.testing.boot | |
| org.hibernate.testing.cache | |
| org.hibernate.testing.junit4 | |
| org.hibernate.testing.schema | |
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tuple.component |
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| XmlMappingBinderAccess |
| Class and Description |
|---|
| AttributeConverterAutoApplyHandler |
| AttributeConverterDescriptor
Internal descriptor for an AttributeConverter implementation.
|
| BasicTypeRegistration |
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| InFlightMetadataCollector
An in-flight representation of Metadata while Metadata is being built.
|
| InFlightMetadataCollector.DelayedPropertyReferenceHandler |
| InFlightMetadataCollector.EntityTableXref |
| JpaOrmXmlPersistenceUnitDefaultAware
Contract for things that need to be aware of JPA
orm.xml-defined persistence-unit-defaults. |
| JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
Represents the
persistence-unit-defaults to be applied |
| MappingDefaults
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| MetadataBuilderImplementor
Internal API for MetadataBuilder exposing the building options being collected.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| NaturalIdUniqueKeyBinder |
| SessionFactoryBuilderImplementor
Additional contract for SessionFactoryBuilder mainly intended for implementors
of SessionFactoryBuilderFactory.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| XmlMappingBinderAccess |
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| Class and Description |
|---|
| MappingDefaults
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| Class and Description |
|---|
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| InFlightMetadataCollector
An in-flight representation of Metadata while Metadata is being built.
|
| InFlightMetadataCollector.DelayedPropertyReferenceHandler |
| MappingDefaults
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| Class and Description |
|---|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| Class and Description |
|---|
| AbstractDelegatingSessionFactoryBuilder
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
|
| AttributeConverterAutoApplyHandler |
| AttributeConverterDescriptor
Internal descriptor for an AttributeConverter implementation.
|
| BasicTypeRegistration |
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| InFlightMetadataCollector
An in-flight representation of Metadata while Metadata is being built.
|
| InFlightMetadataCollector.DelayedPropertyReferenceHandler |
| InFlightMetadataCollector.EntityTableXref |
| JpaOrmXmlPersistenceUnitDefaultAware
Contract for things that need to be aware of JPA
orm.xml-defined persistence-unit-defaults. |
| JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
Represents the
persistence-unit-defaults to be applied |
| MappingDefaults
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| MetadataBuilderImplementor
Internal API for MetadataBuilder exposing the building options being collected.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| NaturalIdUniqueKeyBinder |
| SessionFactoryBuilderImplementor
Additional contract for SessionFactoryBuilder mainly intended for implementors
of SessionFactoryBuilderFactory.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| AttributeConverterDescriptor
Internal descriptor for an AttributeConverter implementation.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| AttributeConverterDescriptor
Internal descriptor for an AttributeConverter implementation.
|
| InFlightMetadataCollector.EntityTableXref |
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| Class and Description |
|---|
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| Class and Description |
|---|
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| AdditionalJaxbMappingProducer
Deprecated.
Intended for Envers integration until we can migrate Envers away from XML generation
for building its model.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| AttributeConverterDescriptor
Internal descriptor for an AttributeConverter implementation.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| ClassLoaderAccess
During the process of building this metamodel, accessing the ClassLoader
is very discouraged.
|
| InFlightMetadataCollector
An in-flight representation of Metadata while Metadata is being built.
|
| MappingDefaults
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| MetadataBuildingContext
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
| Class and Description |
|---|
| SessionFactoryOptions
Aggregator of special options used to build the SessionFactory.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataImplementor
The SPI-level Metadata contract.
|
| Class and Description |
|---|
| MetadataBuildingOptions
Describes the options used while building the Metadata object (during
MetadataBuilder.build() processing). |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.