Uses of Class
org.eclipse.jpt.core.resource.orm.XmlJoinColumn

Packages that use XmlJoinColumn
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.core.resource.orm.v2_0   
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlJoinColumn
 OrmJoinColumn OrmXmlContextNodeFactory.buildOrmJoinColumn(XmlContextNode parent, OrmJoinColumn.Owner owner, XmlJoinColumn resourceJoinColumn)
           
 void OrmJoinColumn.update(XmlJoinColumn xmlJoinColumn)
          Update the join column from the specified XML.
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlJoinColumn
 XmlJoinColumn OrmFactory.createXmlJoinColumn()
           
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlJoinColumn
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlJoinTable.getInverseJoinColumns()
          Returns the value of the 'Inverse Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> AbstractXmlReferenceTable.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> AbstractXmlSingleRelationshipMapping.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlAssociationOverride.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlJoinColumnsMapping.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlOneToMany.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlReferenceTable.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> AbstractXmlMultiRelationshipMapping.getMapKeyJoinColumns()
          Returns the value of the 'Map Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlElementCollection.getMapKeyJoinColumns()
          Returns the value of the 'Map Key Join Columns' containment reference list.
 

Uses of XmlJoinColumn in org.eclipse.jpt.core.resource.orm.v2_0
 

Methods in org.eclipse.jpt.core.resource.orm.v2_0 that return types with arguments of type XmlJoinColumn
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlElementCollection_2_0.getMapKeyJoinColumns()
          Returns the value of the 'Map Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlMultiRelationshipMapping_2_0.getMapKeyJoinColumns()
          Returns the value of the 'Map Key Join Columns' containment reference list.