Class AggregateComponentSecondPass
java.lang.Object
org.hibernate.boot.model.internal.AggregateComponentSecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateComponentSecondPass
(PropertyHolder propertyHolder, Component component, org.hibernate.models.spi.ClassDetails componentClassDetails, String propertyName, MetadataBuildingContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operation
-
Constructor Details
-
AggregateComponentSecondPass
public AggregateComponentSecondPass(PropertyHolder propertyHolder, Component component, org.hibernate.models.spi.ClassDetails componentClassDetails, String propertyName, MetadataBuildingContext context)
-
-
Method Details
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-