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

Packages that use OrmJoinColumnEnabledRelationshipReference
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.orm   
 

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

Subinterfaces of OrmJoinColumnEnabledRelationshipReference in org.eclipse.jpt.core.context.orm
 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 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 OrmJoinColumnEnabledRelationshipReference
 void OrmRelationshipReference.initializeFromJoinColumnEnabledRelationshipReference(OrmJoinColumnEnabledRelationshipReference oldRelationshipReference)
           
 

Uses of OrmJoinColumnEnabledRelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OrmJoinColumnEnabledRelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmManyToOneRelationshipReference2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyRelationshipReference2_0
          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 OrmOneToOneRelationshipReference2_0
          Represents the RelationshipReference of a JavaOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.