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

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

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'.