Uses of Class
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
 OrmPrimaryKeyJoinColumn OrmXmlContextNodeFactory.buildOrmPrimaryKeyJoinColumn(XmlContextNode parent, OrmBaseJoinColumn.Owner owner, XmlPrimaryKeyJoinColumn resourcePkJoinColumn)
           
 void OrmPrimaryKeyJoinColumn.update(XmlPrimaryKeyJoinColumn column)
          Update the OrmPrimaryKeyJoinColumn context model object to match the XmlPrimaryKeyJoinColumn resource model object.
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlPrimaryKeyJoinColumn
 XmlPrimaryKeyJoinColumn OrmFactory.createXmlPrimaryKeyJoinColumn()
           
 

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> XmlSecondaryTable.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.