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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlRelationshipMapping
 void OrmJoinTable.initialize(XmlRelationshipMapping relationshipMapping)
           
 void OrmJoinTable.update(XmlRelationshipMapping relationshipMapping)
           
 

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

Subinterfaces of XmlRelationshipMapping 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 XmlRelationshipMapping
 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'.