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

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

Subinterfaces of Table in org.eclipse.jpt.jpa.core.context
 interface JoinTable
          Used by many-to-many and one-to-many mappings.
 interface ReferenceTable
          Reference table (i.e.
 interface SecondaryTable
          entity secondary table
 

Methods in org.eclipse.jpt.jpa.core.context that return Table
 Table VirtualTable.getOverriddenTable()
           
 Table Entity.getTable()
          Return the table for this entity, either specified or default.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type Table
 org.eclipse.jpt.jpa.core.internal.context.JptValidator AssociationOverrideContainer.buildTableValidator(AssociationOverride override, Table table, org.eclipse.jpt.jpa.core.internal.context.TableTextRangeResolver textRangeResolver)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator AssociationOverrideContainer.Owner.buildTableValidator(AssociationOverride override, Table table, org.eclipse.jpt.jpa.core.internal.context.TableTextRangeResolver textRangeResolver)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator Table.Owner.buildTableValidator(Table table, org.eclipse.jpt.jpa.core.internal.context.TableTextRangeResolver textRangeResolver)
           
 

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

Subinterfaces of Table 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
 

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

Subinterfaces of Table 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
 

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

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

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

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

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

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type Table
 org.eclipse.jpt.jpa.core.internal.context.JptValidator OrmOverrideRelationship2_0.buildTableValidator(Table table, org.eclipse.jpt.jpa.core.internal.context.TableTextRangeResolver textRangeResolver)