Uses of Interface
org.eclipse.jpt.core.context.java.JavaRelationshipMapping

Packages that use JavaRelationshipMapping
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.jpa2.context.java   
 

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

Subinterfaces of JavaRelationshipMapping in org.eclipse.jpt.core.context.java
 interface JavaManyToManyMapping
          The java representation 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 JavaManyToOneMapping
          The java representation 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 JavaMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyMapping
          The java representation 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 JavaOneToOneMapping
          The java representation 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 JavaSingleRelationshipMapping
          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.java that return JavaRelationshipMapping
 JavaRelationshipMapping JavaRelationshipReference.getRelationshipMapping()
           
 

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

Subinterfaces of JavaRelationshipMapping in org.eclipse.jpt.core.jpa2.context.java
 interface JavaManyToManyMapping2_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 JavaManyToOneMapping2_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 JavaOneToManyMapping2_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 JavaOneToOneMapping2_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 JavaRelationshipMapping2_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 JavaSingleRelationshipMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.