Modifier and Type | Method and Description |
---|---|
protected MetadataPrimaryKeyJoinColumns |
MetadataAccessor.getPrimaryKeyJoinColumns(String sourceTableName,
String targetTableName)
INTERNAL: (Overridden in XMLClassAccessor and XMLOneToOneAccessor)
Process the @PrimaryKeyJoinColumns and @PrimaryKeyJoinColumn.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClassAccessor.addMultipleTableKeyFields(MetadataPrimaryKeyJoinColumns primaryKeyJoinColumns,
String PK_CTX,
String FK_CTX)
INTERNAL:
Add multiple fields to the descriptor.
|
protected List<MetadataPrimaryKeyJoinColumn> |
MetadataAccessor.processPrimaryKeyJoinColumns(MetadataPrimaryKeyJoinColumns primaryKeyJoinColumns)
INTERNAL:
Process the primary key join columms for this accessors annotated element.
|
Modifier and Type | Field and Description |
---|---|
protected MetadataPrimaryKeyJoinColumns |
MetadataSecondaryTable.m_primaryKeyJoinColumns |
Modifier and Type | Method and Description |
---|---|
MetadataPrimaryKeyJoinColumns |
MetadataSecondaryTable.getPrimaryKeyJoinColumns(String sourceTableName)
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
protected MetadataPrimaryKeyJoinColumns |
XMLClassAccessor.getPrimaryKeyJoinColumns(String sourceTableName,
String targetTableName)
INTERNAL: (OVERRIDE)
Process the primary-key-join-column(s) elements.
|
protected MetadataPrimaryKeyJoinColumns |
XMLOneToOneAccessor.getPrimaryKeyJoinColumns(String sourceTableName,
String targetTableName)
INTERNAL: (Override from MetadataAccessor)
|
Modifier and Type | Class and Description |
---|---|
class |
XMLPrimaryKeyJoinColumns
Object to hold onto XML primary key join column metadata.
|
Copyright © 2023. All rights reserved.