Uses of Class
org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyForeignKeyMetadata
-
-
Uses of PrimaryKeyForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return PrimaryKeyForeignKeyMetadata Modifier and Type Method Description PrimaryKeyForeignKeyMetadataEntityAccessor. getPrimaryKeyForeignKey()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type PrimaryKeyForeignKeyMetadata Modifier and Type Method Description voidEntityAccessor. setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata primaryKeyForeignKey)INTERNAL: Used for OX mapping. -
Uses of PrimaryKeyForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return PrimaryKeyForeignKeyMetadata Modifier and Type Method Description PrimaryKeyForeignKeyMetadataObjectAccessor. getPrimaryKeyForeignKey()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type PrimaryKeyForeignKeyMetadata Modifier and Type Method Description voidObjectAccessor. setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata primaryKeyForeignKey)INTERNAL: Used for OX mapping. -
Uses of PrimaryKeyForeignKeyMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Methods in org.eclipse.persistence.internal.jpa.metadata.tables that return PrimaryKeyForeignKeyMetadata Modifier and Type Method Description PrimaryKeyForeignKeyMetadataSecondaryTableMetadata. getPrimaryKeyForeignKey()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.tables with parameters of type PrimaryKeyForeignKeyMetadata Modifier and Type Method Description voidSecondaryTableMetadata. setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata primaryKeyForeignKey)INTERNAL: Used for OX mapping.
-