Class IdBagIdGeneratorResolverSecondPass
java.lang.Object
org.hibernate.boot.model.internal.IdBagIdGeneratorResolverSecondPass
- All Implemented Interfaces:
Serializable
,IdGeneratorResolver
,SecondPass
IdGeneratorResolver for handling generators assigned to id-bag mappings
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdBagIdGeneratorResolverSecondPass
(IdentifierBag idBagMapping, SimpleValue idValue, org.hibernate.models.spi.MemberDetails idBagMember, String generatorType, String generatorName, MetadataBuildingContext buildingContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> idGeneratorDefinitionMap) Perform the operation
-
Constructor Details
-
IdBagIdGeneratorResolverSecondPass
public IdBagIdGeneratorResolverSecondPass(IdentifierBag idBagMapping, SimpleValue idValue, org.hibernate.models.spi.MemberDetails idBagMember, String generatorType, String generatorName, MetadataBuildingContext buildingContext)
-
-
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
-