Uses of Interface
org.eclipse.jpt.core.context.RelationshipReference

Packages that use RelationshipReference
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.v2_0.context   
 

Uses of RelationshipReference in org.eclipse.jpt.core.context
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.context
 interface AssociationOverrideRelationshipReference
          An AssociationOverrideRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy
 interface JoinColumnEnabledRelationshipReference
          A JoinColumnEnabledRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy
 interface JoinTableEnabledRelationshipReference
          A JoinTableEnabledRelationshipReference is a type of RelationshipReference that may utilize a JoinTableJoiningStrategy
 interface ManyToManyRelationshipReference
          Represents the RelationshipReference 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 ManyToOneRelationshipReference
          Represents the RelationshipReference 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 OneToManyRelationshipReference
          Represents the RelationshipReference 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 OneToOneRelationshipReference
          Represents the RelationshipReference 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 OwnableRelationshipReference
          An OwnableRelationshipReference is a type of RelationshipReference that may be the owned side of the relationship.
 interface PrimaryKeyJoinColumnEnabledRelationshipReference
          A PrimaryKeyJoinColumnEnabledRelationshipReference is a type of RelationshipReference that may utilize a PrimaryKeyJoinColumnJoiningStrategy
 

Methods in org.eclipse.jpt.core.context that return RelationshipReference
 RelationshipReference JoiningStrategy.getRelationshipReference()
          Return the relationship reference that owns this strategy
 RelationshipReference RelationshipMapping.getRelationshipReference()
          Return the meta-information used to populate the entities of the relationship
 RelationshipReference AssociationOverrideContainer.Owner.resolveRelationshipReference(java.lang.String associationOverrideName)
           
 RelationshipReference AttributeMapping.resolveRelationshipReference(java.lang.String attributeName)
           
 RelationshipReference TypeMapping.resolveRelationshipReference(java.lang.String associationOverrideName)
           
 

Uses of RelationshipReference in org.eclipse.jpt.core.context.java
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaAssociationOverrideRelationshipReference
          An AssociationOverrideRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy
 interface JavaJoinColumnEnabledRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaJoinTableEnabledRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaManyToManyRelationshipReference
          Represents the RelationshipReference of a JavaManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaManyToOneRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyRelationshipReference
          Represents the RelationshipReference of a JavaOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToOneRelationshipReference
          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.
 interface JavaOwnableRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaPrimaryKeyJoinColumnEnabledRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmAssociationOverrideRelationshipReference
          An AssociationOverrideRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy.
 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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPrimaryKeyJoinColumnEnabledRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmRelationshipReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of RelationshipReference in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.jpa2.context
 interface AssociationOverrideRelationshipReference2_0
          An AssociationOverrideRelationshipReference2_0 is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy or JoinTableJoiningStrategy
 interface ManyToOneRelationshipReference2_0
          Represents the RelationshipReference of a 2.0 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 OneToManyRelationshipReference2_0
          Represents the RelationshipReference 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 OneToOneRelationshipReference2_0
          Represents the RelationshipReference of a 2.0 OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of RelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 interface JavaAssociationOverrideRelationshipReference2_0
          An AssociationOverrideRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy
 interface JavaManyToOneRelationshipReference2_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 JavaOneToManyRelationshipReference2_0
          Represents the RelationshipReference of a JavaOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToOneRelationshipReference2_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.
 

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

Subinterfaces of RelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmAssociationOverrideRelationshipReference2_0
          An AssociationOverrideRelationshipReference is a type of RelationshipReference that may utilize a JoinColumnJoiningStrategy
 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.
 

Uses of RelationshipReference in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkOneToManyRelationshipReference
          Represents the RelationshipReference of an EclipseLinkOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of RelationshipReference in org.eclipse.jpt.eclipselink.core.v2_0.context
 

Subinterfaces of RelationshipReference in org.eclipse.jpt.eclipselink.core.v2_0.context
 interface EclipseLinkOneToManyRelationshipReference2_0
          Represents the RelationshipReference of an EclipseLinkOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.