Uses of Package
org.hibernate.generator
-
Packages that use org.hibernate.generator Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.enhanced org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.generator.internal org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.generator.values.internal org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.org.hibernate.id.factory Defines a service for creating id generators.org.hibernate.id.factory.internal Implementation of the SPI for id generator factories.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.id.uuid Contains theUuidGenerator
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.testing.util.uuid org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.tuple.entity org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
Classes in org.hibernate.generator used by org.hibernate.annotations Class Description EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.engine.spi Class Description Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.envers.enhanced Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.generator Class Description EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.generator.internal Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization.OnExecutionGenerator 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.generator.values Class Description EventType Enumerates event types that can result in generation of a new value. -
Classes in org.hibernate.generator used by org.hibernate.generator.values.internal Class Description EventType Enumerates event types that can result in generation of a new value. -
Classes in org.hibernate.generator used by org.hibernate.id Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization.OnExecutionGenerator 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.enhanced Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.id.factory Class Description Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.id.factory.internal Class Description Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.id.factory.spi Class Description GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.id.insert Class Description EventType Enumerates event types that can result in generation of a new value.OnExecutionGenerator 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.uuid Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.internal Class Description Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.mapping Class Description Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.metamodel.mapping Class Description Generator Describes 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 Class Description EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.persister.collection Class Description BeforeExecutionGenerator A 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.entity Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.EventType Enumerates event types that can result in generation of a new value.Generator 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.mutation Class Description OnExecutionGenerator 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.query.sqm.sql Class Description Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.sql Class Description OnExecutionGenerator 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.testing.util.uuid Class Description GeneratorCreationContext Access to information useful during Generator creation and initialization. -
Classes in org.hibernate.generator used by org.hibernate.tuple Class Description AnnotationBasedGenerator AGenerator
which receives parameters from a custom generator annotation or id generator annotation.BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.EventType Enumerates event types that can result in generation of a new value.Generator Describes the generation of values of a certain field or property of an entity.GeneratorCreationContext Access to information useful during Generator creation and initialization.OnExecutionGenerator 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.tuple.entity Class Description BeforeExecutionGenerator A generator that is called to produce a value just before a row is written to the database.Generator Describes the generation of values of a certain field or property of an entity. -
Classes in org.hibernate.generator used by org.hibernate.type Class Description Generator Describes the generation of values of a certain field or property of an entity.