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

Packages that use XmlJoinTableMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
 

Uses of XmlJoinTableMapping in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return XmlJoinTableMapping
 XmlJoinTableMapping OrmJoinTableEnabledRelationshipReference.getResourceMapping()
           
 

Uses of XmlJoinTableMapping in org.eclipse.jpt.core.resource.orm
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlJoinTableMapping
 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'.