Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.db.Table

Packages that use Table
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.db   
 

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

Methods in org.eclipse.jpt.jpa.core that return Table
 Table JpaDataSource.selectTableForIdentifier(Iterable<Table> tables, String identifier)
          Select and return the table with the specified identifier.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type Table
 String JpaEntityGeneratorDatabaseAnnotationNameBuilder.buildJoinTableAnnotationName(Table table)
          Build and return a string to be used as the value for a JoinTable annotation's name element.
 String JpaEntityGeneratorDatabaseAnnotationNameBuilder.buildTableAnnotationName(String entityName, Table table)
          Given the name of an entity and the table to which it is mapped, build and return a string to be used as the value for the entity's Table annotation's name element.
 

Method parameters in org.eclipse.jpt.jpa.core with type arguments of type Table
 Table JpaDataSource.selectTableForIdentifier(Iterable<Table> tables, String identifier)
          Select and return the table with the specified identifier.
 

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

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
           
 

Methods in org.eclipse.jpt.jpa.core.context that return Table
 Table TableGenerator.getDbTable()
          Return the generator's database table.
 Table NamedColumn.getDbTable()
          Return the column's datasource table.
 Table Table.getDbTable()
          Return the corresponding database table.
 Table TypeMapping.getPrimaryDbTable()
          Return the type mapping's primary database table.
 Table BaseJoinColumn.getReferencedColumnDbTable()
          Return the wrapper for the referenced column datasource table
 Table BaseJoinColumn.ParentAdapter.getReferencedColumnDbTable()
          Return the wrapper for the datasource table for the referenced column
 Table OverrideContainer.resolveDbTable(String tableName)
          Return the database table for the specified table name.
 Table OverrideContainer.ParentAdapter.resolveDbTable(String tableName)
           
 Table Override_.resolveDbTable(String tableName)
          Return the database table for the specified table name.
 Table SpecifiedRelationshipStrategy.resolveDbTable(String tableName)
          Return the database table for the specified table name.
 Table TypeMapping.resolveDbTable(String tableName)
          Return the resolved associated db table with the specified name; i.e. the specified table must be among those associated with the type mapping otherwise return null.
 Table OverrideRelationship.resolveDbTable(String tableName)
          Return the database table for the specified table name.
 Table NamedColumn.ParentAdapter.resolveDbTable(String tableName)
          Return the database table for the specified table name.
 Table Table.DbTableTransformer.transform(Table table)
           
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return Table
 Table Orderable2_0.ParentAdapter.resolveDbTable(String tableName)
           
 Table Orderable2_0.ParentAdapter.Null.resolveDbTable(String tableName)
           
 

Uses of Table in org.eclipse.jpt.jpa.db
 

Methods in org.eclipse.jpt.jpa.db that return Table
 Table ForeignKey.getBaseTable()
          Return the foreign key's base table.
 Table ForeignKey.getReferencedTable()
          Return the foreign key's referenced table.
 Table Column.getTable()
          Return the column's table.
 Table Schema.getTableForIdentifier(String identifier)
          Return the table for the specified identifier.
 Table Schema.getTableNamed(String name)
          Return the table with the specified name.
 Table Database.selectTableForIdentifier(Iterable<Table> tables, String identifier)
          Select and return from the specified list of tables the table identified by the specified identifier.
 

Methods in org.eclipse.jpt.jpa.db that return types with arguments of type Table
 Iterable<Table> Schema.getTables()
          Return the schema's tables.
 

Methods in org.eclipse.jpt.jpa.db with parameters of type Table
 void ConnectionListener.tableChanged(ConnectionProfile profile, Table table)
           
 void ConnectionAdapter.tableChanged(ConnectionProfile profile, Table table)
           
 

Method parameters in org.eclipse.jpt.jpa.db with type arguments of type Table
 Table Database.selectTableForIdentifier(Iterable<Table> tables, String identifier)
          Select and return from the specified list of tables the table identified by the specified identifier.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.