Uses of Package
org.hibernate.id
-
Packages that use org.hibernate.id Package Description org.hibernate.boot.model.source.spi org.hibernate.dialect.identity org.hibernate.engine.spi org.hibernate.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.insert org.hibernate.id.uuid org.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.tuple -
Classes in org.hibernate.id used by org.hibernate.boot.model.source.spi Class Description EntityIdentifierNature Describes the possible natures of an entity-defined identifier. -
Classes in org.hibernate.id used by org.hibernate.dialect.identity Class Description PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT. -
Classes in org.hibernate.id used by org.hibernate.engine.spi Class Description IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
Classes in org.hibernate.id used by org.hibernate.envers.enhanced Class Description BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGenerator
implementations capable of being used in conjunction with HQL insert statements.Configurable AnIdentifierGenerator
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. -
Classes in org.hibernate.id used by org.hibernate.id Class Description AbstractPostInsertGenerator Basic implementation of thePostInsertIdentifierGenerator
contract.AbstractUUIDGenerator The base class for identifier generators that use a UUID algorithm.BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGenerator
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 determinedcontext
Configurable AnIdentifierGenerator
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 Identifiesgenerators
which potentially aggregate otherPersistentIdentifierGenerator
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.UseSequenceStyleGenerator
insteadUUIDGenerator -
Classes in org.hibernate.id used by org.hibernate.id.enhanced Class Description BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGenerator
implementations capable of being used in conjunction with HQL insert statements.Configurable AnIdentifierGenerator
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. -
Classes in org.hibernate.id used by org.hibernate.id.factory Class Description IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
Classes in org.hibernate.id used by org.hibernate.id.insert Class Description PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT. -
Classes in org.hibernate.id used by org.hibernate.id.uuid Class Description UUIDGenerationStrategy A strategy for generating a variant 2UUID
value. -
Classes in org.hibernate.id used by org.hibernate.mapping Class 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 determinedcontext
IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
Classes in org.hibernate.id used by org.hibernate.persister.collection Class Description IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
Classes in org.hibernate.id used by org.hibernate.persister.entity Class 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. -
Classes in org.hibernate.id used by org.hibernate.tuple Class Description IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.