Uses of Package
org.hibernate.generator
Packages that use org.hibernate.generator
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
Contains a framework of strategies for efficient retrieval of
database-generated values.
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
Contains a framework of strategies for retrieving database-generated ids.
Contains the
UuidGenerator
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Package for the translation of SQM into SQL AST
This package contains helper classes for rendering SQL fragments and SQL statements.
Most contracts here have been replaced by the new runtime
mapping model.
-
Classes in org.hibernate.generator used by org.hibernate.boot.jaxb.mapping
-
Classes in org.hibernate.generator used by org.hibernate.boot.model.internalClassDescriptionDescribes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.
-
Classes in org.hibernate.generator used by org.hibernate.boot.models.annotations.internal
-
Classes in org.hibernate.generator used by org.hibernate.engine.spiClassDescriptionDescribes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.envers.enhancedClassDescriptionA generator that is called to produce a value just before a row is written to the database.Describes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.generatorClassDescriptionEnumerates event types that can result in generation of a new value.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.
-
Classes in org.hibernate.generator used by org.hibernate.generator.internalClassDescriptionA generator that is called to produce a value just before a row is written to the database.Enumerates event types that can result in generation of a new value.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.A generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQL
insert
orupdate
statement which wrote the row. -
Classes in org.hibernate.generator used by org.hibernate.generator.values
-
Classes in org.hibernate.generator used by org.hibernate.generator.values.internal
-
Classes in org.hibernate.generator used by org.hibernate.idClassDescriptionA
Generator
which receives parameters from a custom generator annotation or id generator annotation.AGenerator
that doesn't generate.A generator that is called to produce a value just before a row is written to the database.Enumerates event types that can result in generation of a new value.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.A generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQLinsert
orupdate
statement which wrote the row. -
Classes in org.hibernate.generator used by org.hibernate.id.enhancedClassDescriptionA generator that is called to produce a value just before a row is written to the database.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.
-
Classes in org.hibernate.generator used by org.hibernate.id.insert
-
Classes in org.hibernate.generator used by org.hibernate.id.uuidClassDescriptionA generator that is called to produce a value just before a row is written to the database.Enumerates event types that can result in generation of a new value.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.
-
Classes in org.hibernate.generator used by org.hibernate.internalClassDescriptionDescribes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.mappingClassDescriptionA generator that is called to produce a value just before a row is written to the database.Describes the generation of values of a certain field or property of an entity.Access to information useful during Generator creation and initialization.
-
Classes in org.hibernate.generator used by org.hibernate.metamodel.mappingClassDescriptionDescribes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.metamodel.mapping.internal
-
Classes in org.hibernate.generator used by org.hibernate.metamodel.spiClassDescriptionDescribes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.persister.collectionClassDescriptionA generator that is called to produce a value just before a row is written to the database.
-
Classes in org.hibernate.generator used by org.hibernate.persister.entityClassDescriptionA generator that is called to produce a value just before a row is written to the database.Enumerates event types that can result in generation of a new value.Describes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.persister.entity.mutationClassDescriptionA generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQL
insert
orupdate
statement which wrote the row. -
Classes in org.hibernate.generator used by org.hibernate.query.sqm.sqlClassDescriptionDescribes the generation of values of a certain field or property of an entity.
-
Classes in org.hibernate.generator used by org.hibernate.sqlClassDescriptionA generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQL
insert
orupdate
statement which wrote the row. -
Classes in org.hibernate.generator used by org.hibernate.testing.util.uuid
-
Classes in org.hibernate.generator used by org.hibernate.tuple
-
Classes in org.hibernate.generator used by org.hibernate.tuple.entityClassDescriptionA generator that is called to produce a value just before a row is written to the database.Describes the generation of values of a certain field or property of an entity.