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 handleOneToOne
associations in a second pass.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneToOneSecondPass(String mappedBy, String ownerEntity, String ownerProperty, PropertyHolder propertyHolder, PropertyData inferredData, org.hibernate.annotations.common.reflection.XClass targetEntity, NotFoundAction notFoundAction, OnDeleteAction onDeleteAction, boolean optional, String cascadeStrategy, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operation
-
-
-
Constructor Detail
-
OneToOneSecondPass
public OneToOneSecondPass(String mappedBy, String ownerEntity, String ownerProperty, PropertyHolder propertyHolder, PropertyData inferredData, org.hibernate.annotations.common.reflection.XClass targetEntity, NotFoundAction notFoundAction, OnDeleteAction onDeleteAction, boolean optional, String cascadeStrategy, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-
-