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

Packages that use XmlMappedByMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

Uses of XmlMappedByMapping in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return XmlMappedByMapping
 XmlMappedByMapping OrmOwnableRelationshipReference.getResourceMapping()
           
 

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

Subinterfaces of XmlMappedByMapping in org.eclipse.jpt.core.resource.orm
 interface XmlManyToMany
          A representation of the model object 'Many To Many'.
 interface XmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 interface XmlOneToMany
          A representation of the model object 'One To Many'.
 interface XmlOneToOne
          A representation of the model object 'One To One'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlMappedByMapping
 class XmlManyToManyImpl
          A representation of the model object 'Many To Many'.
 class XmlOneToManyImpl
          A representation of the model object 'One To Many'.
 class XmlOneToOneImpl
          A representation of the model object 'One To One'.
 

Uses of XmlMappedByMapping in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlMappedByMapping
 T EclipseLink1_1OrmSwitch.caseXmlMappedByMapping(XmlMappedByMapping object)
          Returns the result of interpreting the object as an instance of 'Xml Mapped By Mapping'.