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

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

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

Methods in org.eclipse.jpt.core.context that return JoinTable
 JoinTable MultiRelationshipMapping.getJoinTable()
           
 

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

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

Subinterfaces of JoinTable in org.eclipse.jpt.core.context.orm
 interface OrmJoinTable
          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 JoinTable
 void OrmJoinTable.initializeFrom(JoinTable oldJoinTable)