|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ForeignKey | |
|---|---|
| org.eclipse.jpt.jpa.core | |
| org.eclipse.jpt.jpa.db | |
| Uses of ForeignKey in org.eclipse.jpt.jpa.core |
|---|
| Methods in org.eclipse.jpt.jpa.core with parameters of type ForeignKey | |
|---|---|
String |
JpaEntityGeneratorDatabaseAnnotationNameBuilder.buildJoinColumnAnnotationName(String attributeName,
ForeignKey foreignKey)
Given the name of an attribute (field or property) and the many-to-one or many-to-many foreign key to which it is mapped, build and return a string to be used as the value for the attribute's JoinColumn annotation's name element. |
| Uses of ForeignKey in org.eclipse.jpt.jpa.db |
|---|
| Methods in org.eclipse.jpt.jpa.db that return ForeignKey | |
|---|---|
ForeignKey |
Table.getJoinTableNonOwningForeignKey()
Assuming the table is a join table, return the foreign key to the non-owning table. |
ForeignKey |
Table.getJoinTableOwningForeignKey()
Assuming the table is a join table, return the foreign key to the owning table. |
| Methods in org.eclipse.jpt.jpa.db that return types with arguments of type ForeignKey | |
|---|---|
Iterable<ForeignKey> |
Table.getForeignKeys()
Return the table's foreign keys. |
| Methods in org.eclipse.jpt.jpa.db with parameters of type ForeignKey | |
|---|---|
void |
ConnectionListener.foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
void |
ConnectionAdapter.foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||