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

Packages that use MapKey
org.eclipse.jpt.core.resource.orm   
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement MapKey
 class MapKeyImpl
          A representation of the model object 'Map Key'.
 

Methods in org.eclipse.jpt.core.resource.orm that return MapKey
 MapKey XmlManyToManyImpl.getMapKey()
          Returns the value of the 'Map Key' containment reference.
 MapKey XmlMultiRelationshipMapping.getMapKey()
          Returns the value of the 'Map Key' containment reference.
 MapKey XmlOneToManyImpl.getMapKey()
          Returns the value of the 'Map Key' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type MapKey
 org.eclipse.emf.common.notify.NotificationChain XmlManyToManyImpl.basicSetMapKey(MapKey newMapKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToManyImpl.basicSetMapKey(MapKey newMapKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlManyToManyImpl.setMapKey(MapKey newMapKey)
          Sets the value of the 'Map Key' containment reference.
 void XmlMultiRelationshipMapping.setMapKey(MapKey value)
          Sets the value of the 'Map Key' containment reference.
 void XmlOneToManyImpl.setMapKey(MapKey newMapKey)
          Sets the value of the 'Map Key' containment reference.