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

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

Uses of JavaRelationshipMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type JavaRelationshipMapping
 JavaJoinTable JpaFactory.buildJavaJoinTable(JavaRelationshipMapping parent)
           
 

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

Subinterfaces of JavaRelationshipMapping in org.eclipse.jpt.core.context.java
 interface 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 JavaManyToOneMapping
          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
          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
          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.