org.hibernate.cfg
Class ToOneBinder

java.lang.Object
  extended by 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

Author:
Emmanuel Bernard

Constructor Summary
ToOneBinder()
           
 
Method Summary
static java.lang.String getReferenceEntityName(PropertyData propertyData, ExtendedMappings mappings)
           
static java.lang.String getReferenceEntityName(PropertyData propertyData, org.hibernate.annotations.common.reflection.XClass targetEntity, ExtendedMappings mappings)
           
static org.hibernate.annotations.common.reflection.XClass getTargetEntity(PropertyData propertyData, ExtendedMappings mappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToOneBinder

public ToOneBinder()
Method Detail

getReferenceEntityName

public static java.lang.String getReferenceEntityName(PropertyData propertyData,
                                                      org.hibernate.annotations.common.reflection.XClass targetEntity,
                                                      ExtendedMappings mappings)

getReferenceEntityName

public static java.lang.String getReferenceEntityName(PropertyData propertyData,
                                                      ExtendedMappings mappings)

getTargetEntity

public static org.hibernate.annotations.common.reflection.XClass getTargetEntity(PropertyData propertyData,
                                                                                 ExtendedMappings mappings)


Copyright © 2010. All Rights Reserved.