Uses of Interface
org.eclipse.jpt.core.context.orm.OrmRelationshipMapping

Packages that use OrmRelationshipMapping
org.eclipse.jpt.core.context.orm   
 

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

Subinterfaces of OrmRelationshipMapping in org.eclipse.jpt.core.context.orm
 interface OrmManyToManyMapping
          The orm.xml representation of a ManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          The orm.xml representation of a ManyToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyMapping
          The orm.xml representation of a OneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping
          The orm.xml representation of a OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context.orm that return OrmRelationshipMapping
 OrmRelationshipMapping OrmJoinTable.getRelationshipMapping()
           
 OrmRelationshipMapping OrmRelationshipReference.getRelationshipMapping()