Package org.hibernate.cfg
Class ToOneBinder
- java.lang.Object
-
- org.hibernate.cfg.ToOneBinder
-
public class ToOneBinder extends java.lang.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 java.lang.String
getReferenceEntityName(PropertyData propertyData, org.hibernate.annotations.common.reflection.XClass targetEntity, MetadataBuildingContext buildingContext)
static java.lang.String
getReferenceEntityName(PropertyData propertyData, MetadataBuildingContext buildingContext)
static org.hibernate.annotations.common.reflection.XClass
getTargetEntity(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
-
-
Method Detail
-
getReferenceEntityName
public static java.lang.String getReferenceEntityName(PropertyData propertyData, org.hibernate.annotations.common.reflection.XClass targetEntity, MetadataBuildingContext buildingContext)
-
getReferenceEntityName
public static java.lang.String getReferenceEntityName(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
getTargetEntity
public static org.hibernate.annotations.common.reflection.XClass getTargetEntity(PropertyData propertyData, MetadataBuildingContext buildingContext)
-
-