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

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

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

Subinterfaces of OrmOwnableRelationshipReference in org.eclipse.jpt.core.context.orm
 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 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.
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmOwnableRelationshipReference
 void OrmRelationshipReference.initializeFromOwnableRelationshipReference(OrmOwnableRelationshipReference oldRelationshipReference)