|
||||||||||
| 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(java.lang.Iterable<Table> tables,
java.lang.String identifier)
Select and return the table with the specified identifier. |
| Methods in org.eclipse.jpt.jpa.core with parameters of type Table | |
|---|---|
java.lang.String |
EntityGeneratorDatabaseAnnotationNameBuilder.buildJoinTableAnnotationName(Table table)
Build and return a string to be used as the value for a JoinTable
annotation's name element. |
java.lang.String |
EntityGeneratorDatabaseAnnotationNameBuilder.buildTableAnnotationName(java.lang.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(java.lang.Iterable<Table> tables,
java.lang.String identifier)
Select and return the table with the specified identifier. |
| Uses of Table in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return Table | |
|---|---|
Table |
TableGenerator.getDbTable()
Return the generator's database table. |
Table |
ReadOnlyTable.getDbTable()
Return the corresponding database table. |
Table |
NamedColumn.getDbTable()
Return the wrapper for the datasource 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.Owner.getReferencedColumnDbTable()
Return the wrapper for the datasource table for the referenced column |
Table |
TypeMapping.resolveDbTable(java.lang.String tableName)
Return the resolved associated db table with the specified name. |
Table |
RelationshipStrategy.resolveDbTable(java.lang.String tableName)
Return the database table for the specified table name. |
Table |
OverrideContainer.resolveDbTable(java.lang.String tableName)
Return the database table for the specified table name |
Table |
OverrideContainer.Owner.resolveDbTable(java.lang.String tableName)
Return the database table for the specified table name. |
Table |
NamedColumn.Owner.resolveDbTable(java.lang.String tableName)
Return the database table for the specified table name. |
| 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(java.lang.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(java.lang.String identifier)
Return the table for the specified identifier. |
Table |
Schema.getTableNamed(java.lang.String name)
Return the table with the specified name. |
Table |
Database.selectTableForIdentifier(java.lang.Iterable<Table> tables,
java.lang.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 | |
|---|---|
java.lang.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(java.lang.Iterable<Table> tables,
java.lang.String identifier)
Select and return from the specified list of tables the table identified by the specified identifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||