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

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

Uses of JoiningStrategy in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type JoiningStrategy
 AssociationOverrideAnnotation JpaFactory.buildJavaVirtualAssociationOverrideAnnotation(JavaResourcePersistentMember jrpm, java.lang.String name, JoiningStrategy joiningStrategy)
           
 

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()
          Return the predominant joining strategy, this should not be null
 

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

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.context.java
 interface JavaJoinColumnInAssociationOverrideJoiningStrategy
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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 OrmJoinColumnInAssociationOverrideJoiningStrategy
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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
          The orm.xml representation of a JoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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.
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type JoiningStrategy
 XmlAssociationOverride OrmXmlContextNodeFactory.buildVirtualXmlAssociationOverride(java.lang.String name, OrmTypeMapping parent, JoiningStrategy joiningStrategy)
           
 

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

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.jpa2.context.java
 interface JavaJoinTableInAssociationOverrideJoiningStrategy2_0
          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.jpa2.context.orm
 

Subinterfaces of JoiningStrategy in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmJoinTableInAssociationOverrideJoiningStrategy2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.