Uses of Interface
org.hibernate.generator.GeneratorCreationContext
-
Packages that use GeneratorCreationContext Package Description 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.id.factory.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tuple Most contracts here have been replaced by Hibernate's mapping-model. -
-
Uses of GeneratorCreationContext in org.hibernate.generator
Methods in org.hibernate.generator with parameters of type GeneratorCreationContext Modifier and Type Method Description void
AnnotationBasedGenerator. 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 GeneratorCreationContext Constructor Description CurrentTimestampGeneration(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.TenantIdGeneration(TenantId annotation, Member member, GeneratorCreationContext context)
-
Uses of GeneratorCreationContext in org.hibernate.id.factory.spi
Subinterfaces of GeneratorCreationContext in org.hibernate.id.factory.spi Modifier and Type Interface Description interface
CustomIdGeneratorCreationContext
-
Uses of GeneratorCreationContext in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type GeneratorCreationContext Modifier and Type Method Description Generator
GeneratorCreator. createGenerator(GeneratorCreationContext context)
-
Uses of GeneratorCreationContext in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type GeneratorCreationContext Modifier and Type Method Description default void
AnnotationValueGeneration. initialize(A annotation, Member member, GeneratorCreationContext context)
Deprecated, for removal: This API element is subject to removal in a future version.
-