|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
EntityGeneratorDatabaseAnnotationNameBuilder.buildJoinTableAnnotationName(Table table)
Build and return a string to be used as the value for a JoinTable
annotation's name element. |
String |
EntityGeneratorDatabaseAnnotationNameBuilder.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<ReadOnlyTable,Table> |
ReadOnlyTable.DB_TABLE_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.core.context that return Table | |
|---|---|
Table |
ReadOnlyNamedColumn.getDbTable()
Return the column's datasource table. |
Table |
TableGenerator.getDbTable()
Return the generator's database table. |
Table |
ReadOnlyTable.getDbTable()
Return the corresponding database table. |
Table |
TypeMapping.getPrimaryDbTable()
Return the type mapping's primary database table. |
Table |
ReadOnlyBaseJoinColumn.getReferencedColumnDbTable()
Return the wrapper for the referenced column datasource table |
Table |
ReadOnlyBaseJoinColumn.Owner.getReferencedColumnDbTable()
Return the wrapper for the datasource table for the referenced column |
Table |
ReadOnlyNamedColumn.Owner.resolveDbTable(String tableName)
Return the database table for the specified table name. |
Table |
OverrideContainer.resolveDbTable(String tableName)
Return the database table for the specified table name. |
Table |
OverrideContainer.Owner.resolveDbTable(String tableName)
|
Table |
ReadOnlyOverrideRelationship.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 |
ReadOnlyOverride.resolveDbTable(String tableName)
Return the database table for the specified table name. |
Table |
RelationshipStrategy.resolveDbTable(String tableName)
Return the database table for the specified table name. |
Table |
ReadOnlyTable.DbTableTransformer.transform(ReadOnlyTable 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.Owner.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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||