Package org.hibernate.cfg
Class ToOneBinder
- java.lang.Object
-
- org.hibernate.cfg.ToOneBinder
-
public class ToOneBinder extends Object
Work in progress The goal of this class is to aggregate all operations related to ToOne binding operations
-
-
Constructor Summary
Constructors Constructor Description ToOneBinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetReferenceEntityName(PropertyData propertyData, org.hibernate.annotations.common.reflection.XClass targetEntity, MetadataBuildingContext buildingContext)static StringgetReferenceEntityName(PropertyData propertyData, MetadataBuildingContext buildingContext)static org.hibernate.annotations.common.reflection.XClassgetTargetEntity(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
-
-
Method Detail
-
getReferenceEntityName
public static String getReferenceEntityName(PropertyData propertyData, org.hibernate.annotations.common.reflection.XClass targetEntity, MetadataBuildingContext buildingContext)
-
getReferenceEntityName
public static String getReferenceEntityName(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
getTargetEntity
public static org.hibernate.annotations.common.reflection.XClass getTargetEntity(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
-