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   
 

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

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