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.
Contains the
UuidGenerator.This package defines the Hibernate configuration-time 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.id
Methods in org.hibernate.id with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptiondefault voidConfigurable.configure(GeneratorCreationContext creationContext, Properties parameters) Configure this instance, given the value of parameters specified by the user as XML<param>elements and@Parameterannotations.voidForeignGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) Deprecated, for removal: This API element is subject to removal in a future version.voidIncrementGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) voidNativeGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) voidSelectGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) voidUUIDGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) Deprecated.voidUUIDHexGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) Deprecated.voidNativeGenerator.initialize(NativeGenerator annotation, Member member, GeneratorCreationContext context) -
Uses of GeneratorCreationContext in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type GeneratorCreationContextModifier and TypeMethodDescriptionvoidSequenceStyleGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) voidTableGenerator.configure(GeneratorCreationContext creationContext, Properties parameters) -
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) Create the generator.