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

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

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

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

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

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

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

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