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

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

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

Subinterfaces of OrmRelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmJoinColumnEnabledRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmJoinTableEnabledRelationshipReference
           
 interface OrmManyToManyRelationshipReference
          Represents the RelationshipReference of an OrmManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneRelationshipReference
          Represents the RelationshipReference of an OrmManyToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyRelationshipReference
          Represents the RelationshipReference of an OrmOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneRelationshipReference
          Represents the RelationshipReference of an OrmOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOwnableRelationshipReference
           
 interface OrmPrimaryKeyJoinColumnEnabledRelationshipReference
           
 

Methods in org.eclipse.jpt.core.context.orm that return OrmRelationshipReference
 OrmRelationshipReference OrmJoiningStrategy.getRelationshipReference()
           
 OrmRelationshipReference OrmRelationshipMapping.getRelationshipReference()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmRelationshipReference
 void OrmRelationshipReference.initializeOn(OrmRelationshipReference newRelationshipReference)