|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinColumn | |
|---|---|
| org.eclipse.jpt.core.context | |
| org.eclipse.jpt.core.context.java | |
| org.eclipse.jpt.core.context.orm | |
| Uses of JoinColumn in org.eclipse.jpt.core.context |
|---|
| Methods in org.eclipse.jpt.core.context with type parameters of type JoinColumn | ||
|---|---|---|
|
JoinTable.inverseJoinColumns()
Return the join table's inverse join columns, whether specified or default. |
|
|
JoinColumnJoiningStrategy.joinColumns()
Return a list iterator of the join columns whether specified or default. |
|
|
ReferenceTable.joinColumns()
Return the join table's join columns, whether specified or default. |
|
|
JoinTable.specifiedInverseJoinColumns()
Return the specified inverse join columns. |
|
|
JoinColumnJoiningStrategy.specifiedJoinColumns()
Return a list iterator of the specified join columns. |
|
|
ReferenceTable.specifiedJoinColumns()
Return the specified join columns. |
|
| Methods in org.eclipse.jpt.core.context that return JoinColumn | |
|---|---|
JoinColumn |
JoinTable.addSpecifiedInverseJoinColumn(int index)
Add a specified join column to the join table. |
JoinColumn |
JoinColumnJoiningStrategy.addSpecifiedJoinColumn(int index)
Add a specified join column to the join table return the object representing it. |
JoinColumn |
ReferenceTable.addSpecifiedJoinColumn(int index)
Add a specified join column to the join table. |
JoinColumn |
JoinTable.getDefaultInverseJoinColumn()
Return the default inverse join column or null. |
JoinColumn |
JoinColumnJoiningStrategy.getDefaultJoinColumn()
Return the default join column or null. |
JoinColumn |
ReferenceTable.getDefaultJoinColumn()
Return the default join column or null. |
| Methods in org.eclipse.jpt.core.context with parameters of type JoinColumn | |
|---|---|
void |
JoinTable.removeSpecifiedInverseJoinColumn(JoinColumn joinColumn)
Remove the specified inverse join column from the join table. |
void |
JoinColumnJoiningStrategy.removeSpecifiedJoinColumn(JoinColumn joinColumn)
Remove the specified join column at the index from the join table. |
void |
ReferenceTable.removeSpecifiedJoinColumn(JoinColumn joinColumn)
Remove the specified join column from the join table. |
| Uses of JoinColumn in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of JoinColumn in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JavaJoinColumn
Java join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of JoinColumn in org.eclipse.jpt.core.context.orm |
|---|
| Subinterfaces of JoinColumn in org.eclipse.jpt.core.context.orm | |
|---|---|
interface |
OrmJoinColumn
orm.xml join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Methods in org.eclipse.jpt.core.context.orm with parameters of type JoinColumn | |
|---|---|
void |
OrmJoinColumn.initializeFrom(JoinColumn oldJoinColumn)
Initialize the join column from the specified old join column. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||