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 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 givenSimpleValue
which represents an identifier.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
-
-
-
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 givenSimpleValue
which 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)
-
-