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

Packages that use ReadOnlyTable
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 ReadOnlyTable in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ReadOnlyTable 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 ReadOnlyReferenceTable
          Read-only reference table (i.e.
 interface ReadOnlySecondaryTable
          Read-only entity secondary table
 interface ReferenceTable
          Reference table (i.e.
 interface SecondaryTable
          entity secondary table
 interface Table
           table secondary table join table collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualJoinTable
          Used by association overrides.
 interface VirtualReferenceTable
          Virtual reference table
 interface VirtualSecondaryTable
          Virtual secondary table
 interface VirtualTable
          Virtual table
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type ReadOnlyTable
 java.util.Iterator<ReadOnlyTable> TypeMapping.allAssociatedTables()
          Return the type mapping's "associated" tables, which includes the primary table and the collection of secondary tables, as well as all inherited "associated" tables.
 java.util.Iterator<ReadOnlyTable> TypeMapping.associatedTables()
          Return the type mapping's "associated" tables, which includes the primary table and the collection of secondary tables.
 

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

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

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

Subinterfaces of ReadOnlyTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmJoinTable
          orm.xml join table
 interface OrmReferenceTable
          orm.xml join table or collection table
 interface OrmSecondaryTable
          orm.xml secondary table
 interface OrmTable
          orm.xml table
 interface OrmVirtualJoinTable
          orm.xml virtual join table
 interface OrmVirtualSecondaryTable
          orm.xml virtual secondary table
 

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

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

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

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

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

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