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 This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.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.uuid Contains theUuidGenerator.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.testing.util.uuid org.hibernate.tuple 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 GeneratorCreationContext Modifier and Type Method Description voidAnnotationBasedGenerator. 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.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 GeneratorCreationContext Modifier and Type Method Description default 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 GeneratorCreationContext Modifier and Type Method Description voidSequenceStyleGenerator. create(GeneratorCreationContext creationContext) -
Uses of GeneratorCreationContext in org.hibernate.id.factory
Methods in org.hibernate.id.factory with parameters of type GeneratorCreationContext Modifier and Type Method Description GeneratorIdentifierGeneratorFactory. 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 GeneratorCreationContext Modifier and Type Method Description GeneratorStandardIdentifierGeneratorFactory. 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 Modifier and Type Interface Description interfaceCustomIdGeneratorCreationContext -
Uses of GeneratorCreationContext in org.hibernate.id.uuid
Constructors in org.hibernate.id.uuid with parameters of type GeneratorCreationContext Constructor Description UuidGenerator(UuidGenerator config, Member member, GeneratorCreationContext creationContext) -
Uses of GeneratorCreationContext in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type GeneratorCreationContext Modifier and Type Method Description GeneratorGeneratorCreator. createGenerator(GeneratorCreationContext context) -
Uses of GeneratorCreationContext in org.hibernate.testing.util.uuid
Classes in org.hibernate.testing.util.uuid that implement GeneratorCreationContext Modifier and Type Class Description classIdGeneratorCreationContext -
Uses of GeneratorCreationContext in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type GeneratorCreationContext Modifier and Type Method Description default voidAnnotationValueGeneration. initialize(A annotation, Member member, GeneratorCreationContext context)Deprecated, for removal: This API element is subject to removal in a future version.
-