|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimaryKeyJoinColumn | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.context.java | |
| org.eclipse.jpt.jpa.core.context.orm | |
| Uses of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return PrimaryKeyJoinColumn | |
|---|---|
PrimaryKeyJoinColumn |
PrimaryKeyJoinColumnRelationshipStrategy.addPrimaryKeyJoinColumn()
Add a primary key join column. |
PrimaryKeyJoinColumn |
PrimaryKeyJoinColumnRelationshipStrategy.addPrimaryKeyJoinColumn(int index)
Add a primary key join column. |
PrimaryKeyJoinColumn |
SecondaryTable.addSpecifiedPrimaryKeyJoinColumn()
Add a specified primary key join column to the secondary table. |
PrimaryKeyJoinColumn |
Entity.addSpecifiedPrimaryKeyJoinColumn()
|
PrimaryKeyJoinColumn |
SecondaryTable.addSpecifiedPrimaryKeyJoinColumn(int index)
Add a specified primary key join column to the secondary table. |
PrimaryKeyJoinColumn |
Entity.addSpecifiedPrimaryKeyJoinColumn(int index)
|
PrimaryKeyJoinColumn |
SecondaryTable.getDefaultPrimaryKeyJoinColumn()
|
PrimaryKeyJoinColumn |
VirtualPrimaryKeyJoinColumn.getOverriddenColumn()
|
PrimaryKeyJoinColumn |
PrimaryKeyJoinColumnRelationshipStrategy.getPrimaryKeyJoinColumn(int index)
Return the primary key join column at the specified index. |
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type PrimaryKeyJoinColumn | |
|---|---|
java.util.ListIterator<? extends PrimaryKeyJoinColumn> |
SecondaryTable.primaryKeyJoinColumns()
|
java.util.ListIterator<? extends PrimaryKeyJoinColumn> |
PrimaryKeyJoinColumnRelationshipStrategy.primaryKeyJoinColumns()
Return the strategy's primary key join columns. |
java.util.ListIterator<? extends PrimaryKeyJoinColumn> |
SecondaryTable.specifiedPrimaryKeyJoinColumns()
|
java.util.ListIterator<? extends PrimaryKeyJoinColumn> |
Entity.specifiedPrimaryKeyJoinColumns()
|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type PrimaryKeyJoinColumn | |
|---|---|
void |
PrimaryKeyJoinColumnRelationshipStrategy.removePrimaryKeyJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn)
Remove the specified primary key join column. |
void |
SecondaryTable.removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn pkJoinColumn)
Remove the specified primary key join column from the secondary table. |
void |
Entity.removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn)
|
| Uses of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaPrimaryKeyJoinColumn
Java primary key join column |
| Uses of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmPrimaryKeyJoinColumn
orm.xml primary key join column |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||