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.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.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.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.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.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.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.
-