|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Column | |
|---|---|
| org.eclipse.jpt.jpa.core | |
| org.eclipse.jpt.jpa.db | |
| Uses of Column in org.eclipse.jpt.jpa.core |
|---|
| Methods in org.eclipse.jpt.jpa.core with parameters of type Column | |
|---|---|
String |
EntityGeneratorDatabaseAnnotationNameBuilder.buildColumnAnnotationName(String attributeName,
Column column)
Given the name of an attribute (field or property) and the column to which it is mapped, build and return a string to be used as the value for the attribute's Column annotation's name element. |
String |
EntityGeneratorDatabaseAnnotationNameBuilder.buildJoinColumnAnnotationName(Column column)
Build and return a string to be used as the value for a JoinColumn
annotation's name or referencedColumnName element. |
| Uses of Column in org.eclipse.jpt.jpa.db |
|---|
| Fields in org.eclipse.jpt.jpa.db with type parameters of type Column | |
|---|---|
static org.eclipse.jpt.common.utility.predicate.Predicate<Column> |
Column.IS_PART_OF_PRIMARY_KEY
|
| Methods in org.eclipse.jpt.jpa.db that return Column | |
|---|---|
Column |
ForeignKey.ColumnPair.getBaseColumn()
Return the column pair's base column. |
Column |
Table.getColumnForIdentifier(String identifier)
Return the column for the specified identifier. |
Column |
Table.getColumnNamed(String name)
Return the column with the specified name. |
Column |
Table.getPrimaryKeyColumn()
Return the table's single primary key column. |
Column |
ForeignKey.ColumnPair.getReferencedColumn()
Return the column pair's referenced column. |
| Methods in org.eclipse.jpt.jpa.db that return types with arguments of type Column | |
|---|---|
Iterable<Column> |
ForeignKey.getBaseColumns()
Return the foreign key's base columns. |
Iterable<Column> |
Table.getColumns()
Return the table's columns. |
Iterable<Column> |
ForeignKey.getNonPrimaryKeyBaseColumns()
Return the foreign key's base columns that are not part of the base table's primary key. |
Iterable<Column> |
Table.getPrimaryKeyColumns()
Return the table's primary key columns. |
Iterable<Column> |
ForeignKey.getReferencedColumns()
Return the foreign key's referenced columns. |
| Methods in org.eclipse.jpt.jpa.db with parameters of type Column | |
|---|---|
void |
ConnectionListener.columnChanged(ConnectionProfile profile,
Column column)
|
void |
ConnectionAdapter.columnChanged(ConnectionProfile profile,
Column column)
|
boolean |
Column.IsPartOfPrimaryKey.evaluate(Column column)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||