类 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- 作者:
- Emmanuel Bernard
-
-
构造器概要
构造器 构造器 说明 ToOneBinder()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 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)
-
-
-
方法详细资料
-
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)
-
-