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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return AbstractXmlSingleRelationshipMapping
 AbstractXmlSingleRelationshipMapping OrmSingleRelationshipMapping.getXmlAttributeMapping()
           
 

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

Subclasses of AbstractXmlSingleRelationshipMapping in org.eclipse.jpt.jpa.core.resource.orm
 class XmlManyToOne
          A representation of the model object 'Many To One'.
 class XmlOneToOne
          A representation of the model object 'One To One'.