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

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

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

Subinterfaces of Table in org.eclipse.jpt.core.context
 interface JoinTable
          Used by ManyToMany and OneToMany mappings.
 interface ReferenceTable
          Common interface for JoinTable and CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SecondaryTable
          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 that return Table
 Table Entity.getTable()
          Return the table for this entity, either specified or default.
 

Methods in org.eclipse.jpt.core.context that return types with arguments of type Table
 java.util.Iterator<Table> TypeMapping.associatedTables()
          Return the type mapping's "associated" tables, which includes the primary table and the collection of secondary tables.
 java.util.Iterator<Table> TypeMapping.associatedTablesIncludingInherited()
          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.
 

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

Subinterfaces of Table in org.eclipse.jpt.core.context.java
 interface JavaJoinTable
          Java join 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 JavaReferenceTable
          Java reference 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 JavaSecondaryTable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTable
          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 Table in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Table in org.eclipse.jpt.core.context.orm
 interface OrmJoinTable
          orm.xml join 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 OrmReferenceTable
          orm.xml join table and 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 OrmSecondaryTable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTable
          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 Table in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of Table in org.eclipse.jpt.core.jpa2.context
 interface CollectionTable2_0
          Used by ElementCollection mappings.
 

Uses of Table in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of Table in org.eclipse.jpt.core.jpa2.context.java
 interface JavaCollectionTable2_0
          Java 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.
 

Uses of Table in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of Table in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmCollectionTable2_0
          orm.xml 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.