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.factory.spi Contains an SPI for id generator factories.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.factory.spi
Subinterfaces of GeneratorCreationContext in org.hibernate.id.factory.spi Modifier and Type Interface Description interfaceCustomIdGeneratorCreationContext -
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.
-