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

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

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

Methods in org.eclipse.jpt.core.context that return MappedByJoiningStrategy
 MappedByJoiningStrategy OwnableRelationshipReference.getMappedByJoiningStrategy()
          Return the aggregate (never null) object used to configure the mapped by joining strategy
 

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

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

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

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