Uses of Class
org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyJoinColumnMetadata
-
-
Uses of PrimaryKeyJoinColumnMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors that return types with arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description protected List<PrimaryKeyJoinColumnMetadata>MetadataAccessor. processPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL: Process the primary key join columms for this accessors annotated element.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors with type arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description protected List<PrimaryKeyJoinColumnMetadata>MetadataAccessor. processPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL: Process the primary key join columms for this accessors annotated element. -
Uses of PrimaryKeyJoinColumnMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description List<PrimaryKeyJoinColumnMetadata>EntityAccessor. getPrimaryKeyJoinColumns()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description protected voidEntityAccessor. addMultipleTableKeyFields(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns, DatabaseTable targetTable, String PK_CTX, String FK_CTX)INTERNAL: Add multiple fields to the descriptor.voidEntityAccessor. setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL: Used for OX mapping. -
Uses of PrimaryKeyJoinColumnMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return types with arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description List<PrimaryKeyJoinColumnMetadata>ObjectAccessor. getPrimaryKeyJoinColumns()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with type arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description voidObjectAccessor. setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL: Used for OX mapping. -
Uses of PrimaryKeyJoinColumnMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Methods in org.eclipse.persistence.internal.jpa.metadata.tables that return types with arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description List<PrimaryKeyJoinColumnMetadata>CollectionTableMetadata. getPrimaryKeyJoinColumns()INTERNAL:List<PrimaryKeyJoinColumnMetadata>SecondaryTableMetadata. getPrimaryKeyJoinColumns()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.tables with type arguments of type PrimaryKeyJoinColumnMetadata Modifier and Type Method Description voidCollectionTableMetadata. setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL:voidSecondaryTableMetadata. setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns)INTERNAL: Used for OX mapping.
-