Uses of Interface
org.hibernate.generator.GeneratorCreationContext
Packages that use GeneratorCreationContext
Package
Description
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
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.
Defines a service for creating
id generators.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
Contains the
UuidGenerator.This package defines the Hibernate configuration-time mapping model.
Most contracts here have been replaced by the new runtime
mapping model.
-
Uses of GeneratorCreationContext in org.hibernate.generator
Methods in org.hibernate.generator with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionvoidAnnotationBasedGenerator.initialize(A annotation, Member member, GeneratorCreationContext context) Initializes this generation strategy for the given annotation instance. -
Uses of GeneratorCreationContext in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type GeneratorCreationContextModifierConstructorDescriptionCurrentTimestampGeneration(CreationTimestamp annotation, Member member, GeneratorCreationContext context) CurrentTimestampGeneration(CurrentTimestamp annotation, Member member, GeneratorCreationContext context) CurrentTimestampGeneration(UpdateTimestamp annotation, Member member, GeneratorCreationContext context) SourceGeneration(Source annotation, Member member, GeneratorCreationContext context) Deprecated.SourceGeneration(SourceType sourceType, Class<?> propertyType, GeneratorCreationContext context) Deprecated.TenantIdGeneration(TenantId annotation, Member member, GeneratorCreationContext context) -
Uses of GeneratorCreationContext in org.hibernate.id
Methods in org.hibernate.id with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptiondefault voidConfigurable.create(GeneratorCreationContext creationContext) Deprecated, for removal: This API element is subject to removal in a future version.Added in 6.6 as a short-term work-around, but should really use on of the alternatives discussed at Configurable. -
Uses of GeneratorCreationContext in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionvoidSequenceStyleGenerator.create(GeneratorCreationContext creationContext) -
Uses of GeneratorCreationContext in org.hibernate.id.factory
Methods in org.hibernate.id.factory with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionIdentifierGeneratorFactory.createIdentifierGenerator(String strategy, Type type, GeneratorCreationContext creationContext, Properties parameters) -
Uses of GeneratorCreationContext in org.hibernate.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionStandardIdentifierGeneratorFactory.createIdentifierGenerator(String strategy, Type type, GeneratorCreationContext creationContext, Properties parameters) Deprecated. -
Uses of GeneratorCreationContext in org.hibernate.id.factory.spi
Subinterfaces of GeneratorCreationContext in org.hibernate.id.factory.spi -
Uses of GeneratorCreationContext in org.hibernate.id.uuid
Constructors in org.hibernate.id.uuid with parameters of type GeneratorCreationContextModifierConstructorDescriptionUuidGenerator(UuidGenerator config, Member member, GeneratorCreationContext creationContext) -
Uses of GeneratorCreationContext in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionGeneratorCreator.createGenerator(GeneratorCreationContext context) -
Uses of GeneratorCreationContext in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptiondefault voidAnnotationValueGeneration.initialize(A annotation, Member member, GeneratorCreationContext context) Deprecated, for removal: This API element is subject to removal in a future version.