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

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

Uses of XmlJoinTableMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlJoinTableMapping
 OrmJoinTable JpaFactory.buildOrmJoinTable(OrmJoinTableJoiningStrategy parent, XmlJoinTableMapping resourceMapping)
           
 

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
 

Subinterfaces of XmlJoinTableMapping in org.eclipse.jpt.core.resource.orm
 interface XmlManyToMany
          A representation of the model object 'Many To Many'.
 interface XmlManyToOne
          A representation of the model object 'Many To One'.
 interface XmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 interface XmlOneToMany
          A representation of the model object 'One To Many'.
 interface XmlOneToOne
          A representation of the model object 'One To One'.
 interface XmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlJoinTableMapping
 class XmlManyToManyImpl
          A representation of the model object 'Many To Many'.
 class XmlManyToOneImpl
          A representation of the model object 'Many To One'.
 class XmlOneToManyImpl
          A representation of the model object 'One To Many'.
 class XmlOneToOneImpl
          A representation of the model object 'One To One'.
 

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

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlJoinTableMapping
 T EclipseLink1_1OrmSwitch.caseXmlJoinTableMapping(XmlJoinTableMapping object)
          Returns the result of interpreting the object as an instance of 'Xml Join Table Mapping'.