Class IdGeneratorResolverSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class IdGeneratorResolverSecondPass extends Object implements SecondPass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdGeneratorResolverSecondPass(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> idGeneratorDefinitionMap)
Perform the operation
-
-
-
Constructor Detail
-
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 Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> idGeneratorDefinitionMap) throws MappingException
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-
-