Uses of Interface
org.eclipse.persistence.jpa.config.ForeignKey
Packages that use ForeignKey
Package
Description
-
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return ForeignKey -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.columns
Classes in org.eclipse.persistence.internal.jpa.config.columns that implement ForeignKeyMethods in org.eclipse.persistence.internal.jpa.config.columns that return ForeignKeyModifier and TypeMethodDescriptionForeignKeyImpl.setConstraintMode(String constraintMode) AssociationOverrideImpl.setForeignKey()ForeignKeyImpl.setForeignKeyDefinition(String foreignKeyDefinition) -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return ForeignKeyModifier and TypeMethodDescriptionAbstractObjectMappingImpl.setForeignKey()OneToManyImpl.setForeignKey()AbstractCollectionMappingImpl.setMapKeyForeignKey()ElementCollectionImpl.setMapKeyForeignKey()OneToOneImpl.setPrimaryKeyForeignKey() -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.tables
Methods in org.eclipse.persistence.internal.jpa.config.tables that return ForeignKeyModifier and TypeMethodDescriptionCollectionTableImpl.setForeignKey()JoinTableImpl.setForeignKey()JoinTableImpl.setInverseForeignKey()SecondaryTableImpl.setPrimaryKeyForeignKey() -
Uses of ForeignKey in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ForeignKeyModifier 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()