Uses of Interface
org.eclipse.jpt.jpa.core.context.RelationshipMapping

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

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.context
 interface ManyToManyMapping
          JPA m:m mapping
 interface ManyToOneMapping
          JPA m:1 mapping
 interface MultiRelationshipMapping
          Multi-valued (1:m, m:m) relationship mapping.
 interface OneToManyMapping
          JPA 1:m mapping
 interface OneToOneMapping
          JPA 1:1 mapping
 interface SingleRelationshipMapping
          JPA single (m:1, 1:2) mapping
 

Methods in org.eclipse.jpt.jpa.core.context that return RelationshipMapping
 RelationshipMapping ReadOnlyRelationship.getMapping()
          Return the relationship's mapping; which for a mapping relationship is the relationship's parent, but in the case of an override is the overridden mapping (from a superclass or embeddable type).
 RelationshipMapping ReadOnlyAssociationOverride.getMapping()
           
 RelationshipMapping ReadOnlyJoinTable.getRelationshipMapping()
           
 RelationshipMapping AssociationOverrideContainer.getRelationshipMapping(java.lang.String attributeName)
          Return the relationship mapping with the given attribute name.
 RelationshipMapping RelationshipMapping.getRelationshipOwner()
          Return the relationship owner or null if this is the owning side or it is a unidirectional mapping.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type RelationshipMapping
 boolean MappingRelationship.isOwnedBy(RelationshipMapping mapping)
          Return whether the specified mapping owns the relationship.
 boolean MappedByRelationshipStrategy.relationshipIsOwnedBy(RelationshipMapping otherMapping)
          Return whether this strategy's relationship is owned by the given other relationship mapping
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m mapping
 interface JavaManyToOneMapping
          Java m:1 mapping
 interface JavaMultiRelationshipMapping
          Java multi-valued (1:m, m:m) relationship mapping.
 interface JavaOneToManyMapping
          Java 1:m mapping
 interface JavaOneToOneMapping
          Java 1:1 mapping
 interface JavaRelationshipMapping
          Java relationship (1:1, 1:m, m:1, m:m) mapping.
 interface JavaSingleRelationshipMapping
          Java single (m:1, 1:1) mapping
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 interface OrmOneToOneMapping
          orm.xml 1:1 mapping.
 interface OrmRelationshipMapping
          orm.xml relationship (1:1, 1:m, m:1, m:m) mapping.
 interface OrmSingleRelationshipMapping
          orm.xml single (1:1, m:1) mapping.
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToManyMapping2_0
          JPA 2.0 m:m mapping
 interface ManyToOneMapping2_0
          JPA 2.0 m:1 mapping
 interface OneToManyMapping2_0
          JPA 2.0 1:m mapping
 interface OneToOneMapping2_0
          JPA 2.0 1:1 mapping
 interface SingleRelationshipMapping2_0
          JPA 2.0 single (m:1, 1:2) mapping
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaManyToOneMapping2_0
          JPA 2.0 Java m:1 mapping
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping
 interface JavaOneToOneMapping2_0
          JPA 2.0 Java 1:1 mapping
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkOneToManyMapping
          EclipseLink 1:m mapping
 interface EclipseLinkOneToOneMapping
          EclipseLink 1:1 mapping
 interface EclipseLinkRelationshipMapping
          EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping.
 

Uses of RelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 

Subinterfaces of RelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkOneToManyMapping2_0
          EclipseLink 1:m mapping
 interface EclipseLinkOneToOneMapping2_0
          EclipseLink 1:1 mapping