Uses of Class
org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
-
-
Uses of ForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return ForeignKeyMetadata Modifier and Type Method Description protected ForeignKeyMetadataMappingAccessor. getForeignKey(ForeignKeyMetadata potentialForeignKey, MetadataDescriptor descriptor)INTERNAL: Return the foreign key to use with this mapping accessor.ForeignKeyMetadataRelationshipAccessor. getForeignKey()INTERNAL: Used for OX mapping.ForeignKeyMetadataCollectionAccessor. getMapKeyForeignKey()INTERNAL: Used for OX mapping.ForeignKeyMetadataElementCollectionAccessor. getMapKeyForeignKey()INTERNAL: Used for OX mapping.ForeignKeyMetadataMappedKeyMapAccessor. getMapKeyForeignKey()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type ForeignKeyMetadata Modifier and Type Method Description protected ForeignKeyMetadataMappingAccessor. getForeignKey(ForeignKeyMetadata potentialForeignKey, MetadataDescriptor descriptor)INTERNAL: Return the foreign key to use with this mapping accessor.protected voidMappingAccessor. processForeignKeyRelationship(ForeignReferenceMapping mapping, List<JoinColumnMetadata> joinColumns, ForeignKeyMetadata foreignKey, MetadataDescriptor referenceDescriptor, String defaultFKFieldName, DatabaseTable defaultFKTable)INTERNAL: Process the join columns for the owning side of a one to one mapping.voidRelationshipAccessor. setForeignKey(ForeignKeyMetadata foreignKey)INTERNAL: Used for OX mapping.voidCollectionAccessor. setMapKeyForeignKey(ForeignKeyMetadata mapKeyForeignKey)INTERNAL: Used for OX mapping.voidElementCollectionAccessor. setMapKeyForeignKey(ForeignKeyMetadata mapKeyForeignKey)INTERNAL: Used for OX mapping. -
Uses of ForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.columns
Subclasses of ForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.columns Modifier and Type Class Description classPrimaryKeyForeignKeyMetadataINTERNAL: Object to process JPA primary key foreign key metadata.Methods in org.eclipse.persistence.internal.jpa.metadata.columns that return ForeignKeyMetadata Modifier and Type Method Description ForeignKeyMetadataAssociationOverrideMetadata. getForeignKey()INTERNAL: Used for OX mapping.ForeignKeyMetadataRelationalColumnMetadata. getForeignKey()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.columns with parameters of type ForeignKeyMetadata Modifier and Type Method Description voidAssociationOverrideMetadata. setForeignKey(ForeignKeyMetadata foreignKey)INTERNAL: Used for OX mapping.voidRelationalColumnMetadata. setForeignKey(ForeignKeyMetadata foreignKey)INTERNAL: Used for OX mapping.Constructors in org.eclipse.persistence.internal.jpa.metadata.columns with parameters of type ForeignKeyMetadata Constructor Description ForeignKeyMetadata(ForeignKeyMetadata foreignKey)INTERNAL: Used for annotation loading from subclasses of ForeignKeyMetadata.PrimaryKeyForeignKeyMetadata(ForeignKeyMetadata foreignKey)INTERNAL: Used for annotation loading. -
Uses of ForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Methods in org.eclipse.persistence.internal.jpa.metadata.tables that return ForeignKeyMetadata Modifier and Type Method Description ForeignKeyMetadataRelationalTableMetadata. getForeignKey()INTERNAL: Used for OX mapping.ForeignKeyMetadataJoinTableMetadata. getInverseForeignKey()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.tables with parameters of type ForeignKeyMetadata Modifier and Type Method Description voidRelationalTableMetadata. setForeignKey(ForeignKeyMetadata foreignKey)INTERNAL: Used for OX mapping.voidJoinTableMetadata. setInverseForeignKey(ForeignKeyMetadata inverseForeignKey)INTERNAL: Used for OX mapping.
-