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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return AbstractXmlRelationshipMapping
 AbstractXmlRelationshipMapping OrmRelationshipMapping.getXmlAttributeMapping()
           
 

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

Subclasses of AbstractXmlRelationshipMapping in org.eclipse.jpt.jpa.core.resource.orm
 class AbstractXmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 class AbstractXmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 class XmlManyToMany
          A representation of the model object 'Many To Many'.
 class XmlManyToOne
          A representation of the model object 'Many To One'.
 class XmlOneToMany
          A representation of the model object 'One To Many'.
 class XmlOneToOne
          A representation of the model object 'One To One'.