Class OneToOneSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.OneToOneSecondPass
-
- All Implemented Interfaces:
Serializable,SecondPass
public class OneToOneSecondPass extends Object implements SecondPass
We have to handleOneToOneassociations in a second pass.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneToOneSecondPass(PropertyBinder binder, Property property, OneToOne oneToOne, String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, boolean annotatedEntity, NotFoundAction notFoundAction, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSecondPass(Map<String,PersistentClass> persistentClasses)Perform the operation
-
-
-
Constructor Detail
-
OneToOneSecondPass
public OneToOneSecondPass(PropertyBinder binder, Property property, OneToOne oneToOne, String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, boolean annotatedEntity, NotFoundAction notFoundAction, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
Description copied from interface:SecondPassPerform the operation- Specified by:
doSecondPassin interfaceSecondPass- Throws:
MappingException
-
-