public class IdGeneratorResolverSecondPass extends java.lang.Object implements SecondPass
Constructor and Description |
---|
IdGeneratorResolverSecondPass(SimpleValue id,
org.hibernate.annotations.common.reflection.XProperty idXProperty,
java.lang.String generatorType,
java.lang.String generatorName,
MetadataBuildingContext buildingContext) |
IdGeneratorResolverSecondPass(SimpleValue id,
org.hibernate.annotations.common.reflection.XProperty idXProperty,
java.lang.String generatorType,
java.lang.String generatorName,
MetadataBuildingContext buildingContext,
IdentifierGeneratorDefinition localIdentifierGeneratorDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
doSecondPass(java.util.Map idGeneratorDefinitionMap) |
public IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, java.lang.String generatorType, java.lang.String generatorName, MetadataBuildingContext buildingContext)
public IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, java.lang.String generatorType, java.lang.String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition)
public void doSecondPass(java.util.Map idGeneratorDefinitionMap) throws MappingException
doSecondPass
in interface SecondPass
MappingException
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.