Uses of Package
org.hibernate.id
-
Packages that use org.hibernate.id Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.model.source.spi org.hibernate.dialect.identity org.hibernate.engine.spi 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.annotations 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.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.id Class Description AbstractPostInsertGenerator Basic implementation of thePostInsertIdentifierGeneratorcontract.AbstractUUIDGenerator The base class for identifier generators that use a UUID algorithm.BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGeneratorimplementations 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 determinedcontextConfigurable AnIdentifierGeneratorthat 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 Identifiesgeneratorswhich potentially aggregate otherPersistentIdentifierGeneratorgenerators.IntegralDataTypeHolder Defines a common api for dealing with data of integral data type.OptimizableGenerator Commonality between sequence-based and table-based generatorsPersistentIdentifierGenerator 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.UseSequenceStyleGeneratorinsteadSequenceMismatchStrategy Describes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.UUIDGenerator -
Classes in org.hibernate.id used by org.hibernate.id.enhanced Class Description BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGeneratorimplementations capable of being used in conjunction with HQL insert statements.Configurable AnIdentifierGeneratorthat 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.OptimizableGenerator Commonality between sequence-based and table-based generatorsPersistentIdentifierGenerator 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 2UUIDvalue. -
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 determinedcontextIdentifierGenerator 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.