|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadOnlyPrimaryKeyJoinColumn | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.context.java | |
| org.eclipse.jpt.jpa.core.context.orm | |
| Uses of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
PrimaryKeyJoinColumn
primary key join column |
interface |
VirtualPrimaryKeyJoinColumn
Virtual primary key join column |
| Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyPrimaryKeyJoinColumn | |
|---|---|
ReadOnlyPrimaryKeyJoinColumn |
ReadOnlySecondaryTable.getDefaultPrimaryKeyJoinColumn()
Return the default primary key join column or null. |
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type ReadOnlyPrimaryKeyJoinColumn | |
|---|---|
java.util.ListIterator<? extends ReadOnlyPrimaryKeyJoinColumn> |
ReadOnlySecondaryTable.primaryKeyJoinColumns()
Return the secondary table's primary key join columns, whether specified or default. |
java.util.ListIterator<? extends ReadOnlyPrimaryKeyJoinColumn> |
Entity.primaryKeyJoinColumns()
|
java.util.ListIterator<? extends ReadOnlyPrimaryKeyJoinColumn> |
ReadOnlySecondaryTable.specifiedPrimaryKeyJoinColumns()
Return the specified primary key join columns. |
| Uses of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaPrimaryKeyJoinColumn
Java primary key join column |
| Uses of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of ReadOnlyPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmPrimaryKeyJoinColumn
orm.xml primary key join column |
interface |
OrmVirtualPrimaryKeyJoinColumn
orm.xml virtual primary key join column |
| Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type ReadOnlyPrimaryKeyJoinColumn | |
|---|---|
java.util.ListIterator<ReadOnlyPrimaryKeyJoinColumn> |
OrmEntity.defaultPrimaryKeyJoinColumns()
|
java.util.ListIterator<ReadOnlyPrimaryKeyJoinColumn> |
OrmEntity.primaryKeyJoinColumns()
|
| Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type ReadOnlyPrimaryKeyJoinColumn | |
|---|---|
void |
OrmPrimaryKeyJoinColumn.initializeFrom(ReadOnlyPrimaryKeyJoinColumn oldColumn)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||