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

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

Uses of XmlId in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return XmlId
 XmlId JpaFactory.buildVirtualXmlId(OrmTypeMapping ormTypeMapping, JavaIdMapping javaIdMapping)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlId
 class XmlIdImpl
          A representation of the model object 'Id'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlId
 org.eclipse.emf.common.util.EList<XmlId> Attributes.getIds()
          Returns the value of the 'Ids' containment reference list.