m_primaryKeyJoinColumns.add(primaryKeyJoinColumn);
}
// Set the foreign key if one is specified in the annotation.
if (secondaryTable.hasAttribute("foreignKey")) {
m_primaryKeyForeignKey = new PrimaryKeyForeignKeyMetadata(secondaryTable.getAttributeAnnotation("foreignKey"), accessor);
}
}
}