| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
EntityImpl.setPrimaryKeyForeignKey() |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKeyImpl
JPA scripting API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
ForeignKeyImpl.setConstraintMode(String constraintMode) |
ForeignKey |
AssociationOverrideImpl.setForeignKey() |
ForeignKey |
ForeignKeyImpl.setForeignKeyDefinition(String foreignKeyDefinition) |
ForeignKey |
ForeignKeyImpl.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
OneToManyImpl.setForeignKey() |
ForeignKey |
AbstractObjectMappingImpl.setForeignKey() |
ForeignKey |
ElementCollectionImpl.setMapKeyForeignKey() |
ForeignKey |
AbstractCollectionMappingImpl.setMapKeyForeignKey() |
ForeignKey |
OneToOneImpl.setPrimaryKeyForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
JoinTableImpl.setForeignKey() |
ForeignKey |
CollectionTableImpl.setForeignKey() |
ForeignKey |
JoinTableImpl.setInverseForeignKey() |
ForeignKey |
SecondaryTableImpl.setPrimaryKeyForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
ForeignKey.setConstraintMode(String constraintMode) |
ForeignKey |
OneToOne.setForeignKey() |
ForeignKey |
OneToMany.setForeignKey() |
ForeignKey |
ManyToOne.setForeignKey() |
ForeignKey |
JoinTable.setForeignKey() |
ForeignKey |
CollectionTable.setForeignKey() |
ForeignKey |
AssociationOverride.setForeignKey() |
ForeignKey |
ForeignKey.setForeignKeyDefinition(String foreignKeyDefinition) |
ForeignKey |
JoinTable.setInverseForeignKey() |
ForeignKey |
OneToMany.setMapKeyForeignKey() |
ForeignKey |
ManyToMany.setMapKeyForeignKey() |
ForeignKey |
ElementCollection.setMapKeyForeignKey() |
ForeignKey |
ForeignKey.setName(String name) |
ForeignKey |
SecondaryTable.setPrimaryKeyForeignKey() |
ForeignKey |
OneToOne.setPrimaryKeyForeignKey() |
ForeignKey |
Entity.setPrimaryKeyForeignKey() |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.