Uses of Interface
org.eclipse.persistence.jpa.config.ForeignKey
Package
Description
-
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.columns
Modifier and TypeMethodDescriptionForeignKeyImpl.setConstraintMode
(String constraintMode) AssociationOverrideImpl.setForeignKey()
ForeignKeyImpl.setForeignKeyDefinition
(String foreignKeyDefinition) -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.mappings
Modifier and TypeMethodDescriptionAbstractObjectMappingImpl.setForeignKey()
OneToManyImpl.setForeignKey()
AbstractCollectionMappingImpl.setMapKeyForeignKey()
ElementCollectionImpl.setMapKeyForeignKey()
OneToOneImpl.setPrimaryKeyForeignKey()
-
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.tables
Modifier and TypeMethodDescriptionCollectionTableImpl.setForeignKey()
JoinTableImpl.setForeignKey()
JoinTableImpl.setInverseForeignKey()
SecondaryTableImpl.setPrimaryKeyForeignKey()
-
Uses of ForeignKey in org.eclipse.persistence.jpa.config
Modifier and TypeMethodDescriptionForeignKey.setConstraintMode
(String constraintMode) AssociationOverride.setForeignKey()
CollectionTable.setForeignKey()
JoinTable.setForeignKey()
ManyToOne.setForeignKey()
OneToMany.setForeignKey()
OneToOne.setForeignKey()
ForeignKey.setForeignKeyDefinition
(String foreignKeyDefinition) JoinTable.setInverseForeignKey()
ElementCollection.setMapKeyForeignKey()
ManyToMany.setMapKeyForeignKey()
OneToMany.setMapKeyForeignKey()
Entity.setPrimaryKeyForeignKey()
OneToOne.setPrimaryKeyForeignKey()
SecondaryTable.setPrimaryKeyForeignKey()