Package | Description |
---|---|
org.hibernate.boot.model.source.spi | |
org.hibernate.dialect.identity | |
org.hibernate.engine.spi | |
org.hibernate.envers.enhanced | |
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.factory.internal | |
org.hibernate.id.insert | |
org.hibernate.id.uuid | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
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.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
Class and Description |
---|
EntityIdentifierNature
Describes the possible natures of an entity-defined identifier.
|
Class and Description |
---|
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of
a SQL INSERT.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Class and Description |
---|
BulkInsertionCapableIdentifierGenerator
Specialized contract for
IdentifierGenerator implementations capable of being used in conjunction
with HQL insert statements. |
Configurable
An
IdentifierGenerator that supports "configuration". |
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
PersistentIdentifierGenerator
An IdentifierGenerator that requires creation of database objects.
|
Class and Description |
---|
AbstractPostInsertGenerator
Basic implementation of the
PostInsertIdentifierGenerator contract. |
AbstractUUIDGenerator
The base class for identifier generators that use a UUID algorithm.
|
BulkInsertionCapableIdentifierGenerator
Specialized contract for
IdentifierGenerator implementations capable of being used in conjunction
with HQL insert statements. |
CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Contract for declaring how to locate the context for sub-value injection.
|
CompositeNestedGeneratedValueGenerator.GenerationPlan
Contract for performing the actual sub-value generation, usually injecting it into the
determined
context |
Configurable
An
IdentifierGenerator that supports "configuration". |
EntityIdentifierNature
Describes the possible natures of an entity-defined identifier.
|
ExportableColumn |
IdentifierGenerationException
Thrown by IdentifierGenerator implementation class when
ID generation fails.
|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
IdentifierGeneratorAggregator
Identifies
generators which potentially aggregate other
PersistentIdentifierGenerator generators. |
IntegralDataTypeHolder
Defines a common api for dealing with data of integral data type.
|
PersistentIdentifierGenerator
An IdentifierGenerator that requires creation of database objects.
|
PostInsertIdentifierGenerator |
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of
a SQL INSERT.
|
SequenceGenerator
Deprecated.
Use
SequenceStyleGenerator instead |
UUIDGenerator |
Class and Description |
---|
BulkInsertionCapableIdentifierGenerator
Specialized contract for
IdentifierGenerator implementations capable of being used in conjunction
with HQL insert statements. |
Configurable
An
IdentifierGenerator that supports "configuration". |
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
IntegralDataTypeHolder
Defines a common api for dealing with data of integral data type.
|
PersistentIdentifierGenerator
An IdentifierGenerator that requires creation of database objects.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Class and Description |
---|
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of
a SQL INSERT.
|
Class and Description |
---|
UUIDGenerationStrategy
A strategy for generating a variant 2
UUID value. |
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
IntegralDataTypeHolder
Defines a common api for dealing with data of integral data type.
|
Class and Description |
---|
CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Contract for declaring how to locate the context for sub-value injection.
|
CompositeNestedGeneratedValueGenerator.GenerationPlan
Contract for performing the actual sub-value generation, usually injecting it into the
determined
context |
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of
a SQL INSERT.
|
Class and Description |
---|
IdentifierGenerator
The general contract between a class that generates unique
identifiers and the Session.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.