Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPrimaryKey

Packages that use XmlPrimaryKey
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1   
 

Uses of XmlPrimaryKey in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlPrimaryKey
 XmlPrimaryKey EclipseLinkOrmFactory.createXmlPrimaryKey()
           
 XmlPrimaryKey XmlMappedSuperclass.getPrimaryKey()
          Returns the value of the 'Primary Key' containment reference.
 XmlPrimaryKey XmlEntity.getPrimaryKey()
          Returns the value of the 'Primary Key' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlPrimaryKey
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPrimaryKey(XmlPrimaryKey newPrimaryKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPrimaryKey(XmlPrimaryKey newPrimaryKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlMappedSuperclass.setPrimaryKey(XmlPrimaryKey newPrimaryKey)
          Sets the value of the 'Primary Key' containment reference.
 void XmlEntity.setPrimaryKey(XmlPrimaryKey newPrimaryKey)
          Sets the value of the 'Primary Key' containment reference.
 

Uses of XmlPrimaryKey in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 that return XmlPrimaryKey
 XmlPrimaryKey XmlMappedSuperclass_1_1.getPrimaryKey()
          Returns the value of the 'Primary Key' containment reference.
 XmlPrimaryKey XmlEntity_1_1.getPrimaryKey()
          Returns the value of the 'Primary Key' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 with parameters of type XmlPrimaryKey
 void XmlMappedSuperclass_1_1.setPrimaryKey(XmlPrimaryKey value)
          Sets the value of the 'Primary Key' containment reference.
 void XmlEntity_1_1.setPrimaryKey(XmlPrimaryKey value)
          Sets the value of the 'Primary Key' containment reference.