Uses of Interface
org.eclipse.persistence.jpa.config.ForeignKey
-
Packages that use ForeignKey Package Description org.eclipse.persistence.jpa.config -
-
Uses of ForeignKey in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ForeignKey Modifier and Type Method Description ForeignKeyForeignKey. setConstraintMode(String constraintMode)ForeignKeyAssociationOverride. setForeignKey()ForeignKeyCollectionTable. setForeignKey()ForeignKeyJoinTable. setForeignKey()ForeignKeyManyToOne. setForeignKey()ForeignKeyOneToMany. setForeignKey()ForeignKeyOneToOne. setForeignKey()ForeignKeyForeignKey. setForeignKeyDefinition(String foreignKeyDefinition)ForeignKeyJoinTable. setInverseForeignKey()ForeignKeyElementCollection. setMapKeyForeignKey()ForeignKeyManyToMany. setMapKeyForeignKey()ForeignKeyOneToMany. setMapKeyForeignKey()ForeignKeyForeignKey. setName(String name)ForeignKeyEntity. setPrimaryKeyForeignKey()ForeignKeyOneToOne. setPrimaryKeyForeignKey()ForeignKeySecondaryTable. setPrimaryKeyForeignKey()
-