Class GeneratorBinder
- java.lang.Object
-
- org.hibernate.boot.model.internal.GeneratorBinder
-
public class GeneratorBinder extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneratorBinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,IdentifierGeneratorDefinition>buildGenerators(org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedElement, MetadataBuildingContext context)static voidmakeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty property, String generatorType, String generatorName, MetadataBuildingContext buildingContext, Map<String,IdentifierGeneratorDefinition> localGenerators)Apply an id generation strategy and parameters to the givenSimpleValuewhich represents an identifier.static voidmakeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition foreignKGeneratorDefinition)apply an id generator to a SimpleValue
-
-
-
Method Detail
-
makeIdGenerator
public static void makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty property, String generatorType, String generatorName, MetadataBuildingContext buildingContext, Map<String,IdentifierGeneratorDefinition> localGenerators)
Apply an id generation strategy and parameters to the givenSimpleValuewhich represents an identifier.
-
makeIdGenerator
public static void makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition foreignKGeneratorDefinition)
apply an id generator to a SimpleValue
-
buildGenerators
public static Map<String,IdentifierGeneratorDefinition> buildGenerators(org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedElement, MetadataBuildingContext context)
-
-