Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaRelationshipStrategy

Packages that use JavaRelationshipStrategy
org.eclipse.jpt.jpa.core.context.java   
 

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

Subinterfaces of JavaRelationshipStrategy in org.eclipse.jpt.jpa.core.context.java
 interface JavaJoinColumnRelationshipStrategy
          Java join column relationship strategy
 interface JavaJoinTableRelationshipStrategy
          Java join table relationship strategy
 interface JavaMappedByRelationshipStrategy
          Java "mapped by" relationship strategy
 interface JavaPrimaryKeyJoinColumnRelationshipStrategy
          Java primary key join column relationship strategy
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaRelationshipStrategy
 JavaRelationshipStrategy JavaRelationship.getStrategy()