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

Packages that use JoiningStrategy
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

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

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.context
 interface JoinColumnJoiningStrategy
          Joining strategy that uses join columns
 interface JoinTableJoiningStrategy
          Joining strategy that uses a join table
 interface MappedByJoiningStrategy
          Joining strategy that depends on another mapping (the owning side of the relationship) to join the two entities.
 interface PrimaryKeyJoinColumnJoiningStrategy
          Joining strategy that uses primary key join columns
 

Methods in org.eclipse.jpt.core.context that return JoiningStrategy
 JoiningStrategy RelationshipReference.getPredominantJoiningStrategy()
           
 

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

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.context.java
 interface JavaJoinColumnJoiningStrategy
          The java representation of a JoinColumnJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaJoiningStrategy
           
 interface JavaJoinTableJoiningStrategy
          The java representation of a JoinTableJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaMappedByJoiningStrategy
          The java representation of a MappedByJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaPrimaryKeyJoinColumnJoiningStrategy
          The java representation of a PrimaryKeyJoinColumnJoiningStrategy 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 JoiningStrategy in org.eclipse.jpt.core.context.orm
 

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.context.orm
 interface OrmJoinColumnJoiningStrategy
          The orm.xml representation of a JoinColumnJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmJoiningStrategy
           
 interface OrmJoinTableJoiningStrategy
          The orm.xml representation of a JoinTableJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMappedByJoiningStrategy
          The orm.xml representation of a MappedByJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPrimaryKeyJoinColumnJoiningStrategy
          The orm.xml representation of a PrimaryKeyJoinColumnJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.