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

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

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

Subinterfaces of OrmJoinTableEnabledRelationshipReference 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.
 

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

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

Subinterfaces of OrmJoinTableEnabledRelationshipReference 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.