Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.XmlPrimaryKeyJoinColumn

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlPrimaryKeyJoinColumn
 XmlPrimaryKeyJoinColumn OrmPrimaryKeyJoinColumn.getXmlColumn()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlPrimaryKeyJoinColumn
 OrmPrimaryKeyJoinColumn OrmXmlContextNodeFactory.buildOrmPrimaryKeyJoinColumn(XmlContextNode parent, OrmBaseJoinColumn.Owner owner, XmlPrimaryKeyJoinColumn resourcePrimaryKeyJoinColumn)
           
 

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

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return types with arguments of type XmlPrimaryKeyJoinColumn
 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> XmlPrimaryKeyJoinColumnContainer.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> XmlEntity.getPrimaryKeyJoinColumns()
          Returns the value of the 'Primary Key Join Columns' containment reference list.