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

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

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

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

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

Uses of XmlMultiRelationshipMapping 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 XmlMultiRelationshipMapping
 T EclipseLink1_1OrmSwitch.caseXmlMultiRelationshipMapping(XmlMultiRelationshipMapping object)
          Returns the result of interpreting the object as an instance of 'Xml Multi Relationship Mapping'.