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

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

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.initialize(XmlJoinColumn column)
           
 void OrmJoinColumn.update(XmlJoinColumn column)
           
 

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.