Dali Provisional API
Release 3.2

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 association overrides.
 interface ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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 SecondaryTable
          Entity secondary 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 SpecifiedJoinTable
          Used by many-to-many and one-to-many mappings.
 interface SpecifiedReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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 SpecifiedSecondaryTable
          Entity secondary 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 SpecifiedTable
           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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualSecondaryTable
          Virtual secondary 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 VirtualTable
          Virtual table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.core.context with type parameters of type Table
static org.eclipse.jpt.common.utility.transformer.Transformer<Table,Table> Table.DB_TABLE_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<Table,String> Table.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context that return Table
 Table VirtualTable.getOverriddenTable()
           
 

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

Methods in org.eclipse.jpt.jpa.core.context with parameters of type Table
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator Table.ParentAdapter.buildTableValidator(Table table)
           
 String Table.NameTransformer.transform(Table table)
           
 Table Table.DbTableTransformer.transform(Table table)
           
 

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

Subinterfaces of Table in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedJoinTable
          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 JavaSpecifiedReferenceTable
          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 JavaSpecifiedSecondaryTable
          Java secondary 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 JavaSpecifiedTable
          Java specified 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 JavaTable
          Java 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.jpa.core.context.orm
 

Subinterfaces of Table in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedJoinTable
          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 OrmSpecifiedReferenceTable
          orm.xml join table or 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 OrmSpecifiedSecondaryTable
          orm.xml secondary 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 OrmSpecifiedTable
          orm.xml specified 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 OrmTable
          orm.xml 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 OrmVirtualSecondaryTable
          orm.xml virtual secondary 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.jpa.core.jpa2.context
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context with parameters of type Table
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator AssociationOverrideContainer2_0.buildJoinTableValidator(AssociationOverride override, Table table)
           
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator AssociationOverrideContainer2_0.ParentAdapter.buildJoinTableValidator(AssociationOverride override, Table table)
           
 

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 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.jpa.core.jpa2.context.orm
 

Subinterfaces of Table in org.eclipse.jpt.jpa.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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.