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

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

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

Subinterfaces of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.context
 interface JoinTable
          Used by many-to-many and one-to-many mappings.
 interface ReadOnlyJoinTable
          Used by association overrides.
 interface ReferenceTable
          Reference table (i.e.
 interface VirtualJoinTable
          Used by association overrides.
 interface VirtualReferenceTable
          Virtual reference table
 

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

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

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

Subinterfaces of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmJoinTable
          orm.xml join table
 interface OrmReferenceTable
          orm.xml join table or collection table
 interface OrmVirtualJoinTable
          orm.xml virtual join table
 

Uses of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context
 interface CollectionTable2_0
          Used by element collection mappings.
 

Uses of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionTable2_0
          Java collection table
 

Uses of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of ReadOnlyReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionTable2_0
          orm.xml collection table