Uses of Interface
org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable

Packages that use ReadOnlyJoinTable
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context
 interface JoinTable
          Used by many-to-many and one-to-many mappings.
 interface VirtualJoinTable
          Used by association overrides.
 

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyJoinTable
 ReadOnlyJoinTable ReadOnlyJoinTableRelationshipStrategy.getJoinTable()
          Return the strategy's join table.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ReadOnlyJoinTable
 void JoinTable.initializeFrom(ReadOnlyJoinTable oldJoinTable)
           
 void JoinTable.initializeFromVirtual(ReadOnlyJoinTable virtualJoinTable)
           
 

Uses of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaJoinTable
          Java join table
 interface JavaVirtualJoinTable
          Java virtual join table
 

Uses of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmJoinTable
          orm.xml join table
 interface OrmVirtualJoinTable
          orm.xml virtual join table