Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping

Packages that use AbstractXmlMultiRelationshipMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
 

Uses of AbstractXmlMultiRelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return AbstractXmlMultiRelationshipMapping
 AbstractXmlMultiRelationshipMapping OrmMultiRelationshipMapping.getXmlAttributeMapping()
           
 

Uses of AbstractXmlMultiRelationshipMapping in org.eclipse.jpt.jpa.core.resource.orm
 

Subclasses of AbstractXmlMultiRelationshipMapping in org.eclipse.jpt.jpa.core.resource.orm
 class XmlManyToMany
          A representation of the model object 'Many To Many'.
 class XmlOneToMany
          A representation of the model object 'One To Many'.