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

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

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

Methods in org.eclipse.jpt.core.context that return JoinTableJoiningStrategy
 JoinTableJoiningStrategy JoinTableEnabledRelationshipReference.getJoinTableJoiningStrategy()
          Return the aggregate (never null) object used to configure the join table joining strategy
 

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

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

Uses of JoinTableJoiningStrategy in org.eclipse.jpt.core.context.orm
 

Subinterfaces of JoinTableJoiningStrategy in org.eclipse.jpt.core.context.orm
 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.