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

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

Uses of XmlJoinColumn in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlJoinColumn
 OrmJoinColumn JpaFactory.buildOrmJoinColumn(XmlContextNode parent, OrmJoinColumn.Owner owner, XmlJoinColumn resourceJoinColumn)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlJoinColumn
 void OrmJoinColumn.update(XmlJoinColumn resourceJoinColumn)
          Update the OrmJoinColumn context model object to match the XmlJoinColumn resource model object.
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlJoinColumn
 class XmlJoinColumnImpl
          A representation of the model object 'Join Column'.
 

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> XmlJoinTableImpl.getInverseJoinColumns()
          Returns the value of the 'Inverse 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> XmlAssociationOverrideImpl.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlJoinTable.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlJoinTableImpl.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlManyToOneImpl.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> XmlOneToManyImpl.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlOneToOneImpl.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlJoinColumn> XmlSingleRelationshipMapping.getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.