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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlPrimaryKeyJoinColumn
 void OrmPrimaryKeyJoinColumn.initialize(XmlPrimaryKeyJoinColumn column)
           
 void OrmPrimaryKeyJoinColumn.update(XmlPrimaryKeyJoinColumn column)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlPrimaryKeyJoinColumn
 class XmlPrimaryKeyJoinColumnImpl
          A representation of the model object 'Xml Primary Key Join Column Impl'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlPrimaryKeyJoinColumn
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> XmlEntity.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> XmlOneToOne.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> XmlOneToOneImpl.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> XmlSecondaryTable.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlPrimaryKeyJoinColumn> XmlSecondaryTableImpl.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.