Class IdGeneratorResolverSecondPass
java.lang.Object
org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
- See Also:
-
Constructor Summary
ConstructorDescriptionIdGeneratorResolverSecondPass
(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext) IdGeneratorResolverSecondPass
(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> idGeneratorDefinitionMap) Perform the operation
-
Constructor Details
-
IdGeneratorResolverSecondPass
public IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext) -
IdGeneratorResolverSecondPass
public IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.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:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-