| Modifier and Type | Method and Description |
|---|---|
ForeignKeyMetadata |
RelationshipAccessor.getForeignKey()
INTERNAL:
Used for OX mapping.
|
protected ForeignKeyMetadata |
MappingAccessor.getForeignKey(ForeignKeyMetadata potentialForeignKey,
MetadataDescriptor descriptor)
INTERNAL:
Return the foreign key to use with this mapping accessor.
|
ForeignKeyMetadata |
MappedKeyMapAccessor.getMapKeyForeignKey()
INTERNAL:
|
ForeignKeyMetadata |
ElementCollectionAccessor.getMapKeyForeignKey()
INTERNAL:
Used for OX mapping.
|
ForeignKeyMetadata |
CollectionAccessor.getMapKeyForeignKey()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected ForeignKeyMetadata |
MappingAccessor.getForeignKey(ForeignKeyMetadata potentialForeignKey,
MetadataDescriptor descriptor)
INTERNAL:
Return the foreign key to use with this mapping accessor.
|
protected void |
MappingAccessor.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.
|
void |
RelationshipAccessor.setForeignKey(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setMapKeyForeignKey(ForeignKeyMetadata mapKeyForeignKey)
INTERNAL:
Used for OX mapping.
|
void |
CollectionAccessor.setMapKeyForeignKey(ForeignKeyMetadata mapKeyForeignKey)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryKeyForeignKeyMetadata
INTERNAL:
Object to process JPA primary key foreign key metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyMetadata |
RelationalColumnMetadata.getForeignKey()
INTERNAL:
Used for OX mapping.
|
ForeignKeyMetadata |
AssociationOverrideMetadata.getForeignKey()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalColumnMetadata.setForeignKey(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for OX mapping.
|
void |
AssociationOverrideMetadata.setForeignKey(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for OX mapping.
|
| Constructor and Description |
|---|
ForeignKeyMetadata(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for annotation loading from subclasses of ForeignKeyMetadata.
|
PrimaryKeyForeignKeyMetadata(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyMetadata |
RelationalTableMetadata.getForeignKey()
INTERNAL:
Used for OX mapping.
|
ForeignKeyMetadata |
JoinTableMetadata.getInverseForeignKey()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalTableMetadata.setForeignKey(ForeignKeyMetadata foreignKey)
INTERNAL:
Used for OX mapping.
|
void |
JoinTableMetadata.setInverseForeignKey(ForeignKeyMetadata inverseForeignKey)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.