Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlJoinColumnsMapping

Packages that use XmlJoinColumnsMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

Uses of XmlJoinColumnsMapping in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return XmlJoinColumnsMapping
 XmlJoinColumnsMapping OrmJoinColumnEnabledRelationshipReference.getResourceMapping()
           
 

Uses of XmlJoinColumnsMapping in org.eclipse.jpt.core.resource.orm
 

Subinterfaces of XmlJoinColumnsMapping in org.eclipse.jpt.core.resource.orm
 interface XmlManyToOne
          A representation of the model object 'Many To One'.
 interface XmlOneToMany
          A representation of the model object 'One To Many'.
 interface XmlOneToOne
          A representation of the model object 'One To One'.
 interface XmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlJoinColumnsMapping
 class XmlManyToOneImpl
          A representation of the model object 'Many To One'.
 class XmlOneToManyImpl
          A representation of the model object 'One To Many'.
 class XmlOneToOneImpl
          A representation of the model object 'One To One'.
 

Uses of XmlJoinColumnsMapping in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlJoinColumnsMapping
 T EclipseLink1_1OrmSwitch.caseXmlJoinColumnsMapping(XmlJoinColumnsMapping object)
          Returns the result of interpreting the object as an instance of 'Xml Join Columns Mapping'.