Uses of Interface
org.eclipse.jpt.jpa.core.resource.orm.XmlMappedByMapping

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlMappedByMapping
 XmlMappedByMapping OrmMappedByRelationship.getXmlContainer()
           
 

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

Classes in org.eclipse.jpt.jpa.core.resource.orm that implement XmlMappedByMapping
 class AbstractXmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 class XmlManyToMany
          A representation of the model object 'Many To Many'.
 class XmlOneToMany
          A representation of the model object 'One To Many'.
 class XmlOneToOne
          A representation of the model object 'One To One'.