Uses of Interface
org.eclipse.persistence.jpa.config.ForeignKey
-
-
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return ForeignKey Modifier and Type Method Description ForeignKeyEntityImpl. setPrimaryKeyForeignKey() -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.columns
Classes in org.eclipse.persistence.internal.jpa.config.columns that implement ForeignKey Modifier and Type Class Description classForeignKeyImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.columns that return ForeignKey Modifier and Type Method Description ForeignKeyForeignKeyImpl. setConstraintMode(String constraintMode)ForeignKeyAssociationOverrideImpl. setForeignKey()ForeignKeyForeignKeyImpl. setForeignKeyDefinition(String foreignKeyDefinition)ForeignKeyForeignKeyImpl. setName(String name) -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return ForeignKey Modifier and Type Method Description ForeignKeyAbstractObjectMappingImpl. setForeignKey()ForeignKeyOneToManyImpl. setForeignKey()ForeignKeyAbstractCollectionMappingImpl. setMapKeyForeignKey()ForeignKeyElementCollectionImpl. setMapKeyForeignKey()ForeignKeyOneToOneImpl. setPrimaryKeyForeignKey() -
Uses of ForeignKey in org.eclipse.persistence.internal.jpa.config.tables
Methods in org.eclipse.persistence.internal.jpa.config.tables that return ForeignKey Modifier and Type Method Description ForeignKeyCollectionTableImpl. setForeignKey()ForeignKeyJoinTableImpl. setForeignKey()ForeignKeyJoinTableImpl. setInverseForeignKey()ForeignKeySecondaryTableImpl. setPrimaryKeyForeignKey() -
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()
-