Class IdGeneratorResolverSecondPass
java.lang.Object
org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
- All Implemented Interfaces:
Serializable,SecondPass
- Author:
- Andrea Boriero
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdGeneratorResolverSecondPass(SimpleValue id, XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext) IdGeneratorResolverSecondPass(SimpleValue id, XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoSecondPass(Map<String, PersistentClass> idGeneratorDefinitionMap) Perform the operation
-
Constructor Details
-
IdGeneratorResolverSecondPass
public IdGeneratorResolverSecondPass(SimpleValue id, XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext) -
IdGeneratorResolverSecondPass
public IdGeneratorResolverSecondPass(SimpleValue id, XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition)
-
-
Method Details
-
doSecondPass
public void doSecondPass(Map<String, PersistentClass> idGeneratorDefinitionMap) throws MappingExceptionDescription copied from interface:SecondPassPerform the operation- Specified by:
doSecondPassin interfaceSecondPass- Throws:
MappingException
-