schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
1
{"version":3,"sources":["../../src/metadata-args/JoinColumnMetadataArgs.ts"],"names":[],"mappings":"","file":"JoinColumnMetadataArgs.js","sourcesContent":["/**\n * Arguments for JoinColumnMetadata class.\n */\nexport interface JoinColumnMetadataArgs {\n\n    /**\n     * Class to which this column is applied.\n     */\n    target: Function|string;\n\n    /**\n     * Class's property name to which this column is applied.\n     */\n    propertyName: string;\n\n    /**\n     * Name of the column.\n     */\n    name?: string;\n\n    /**\n     * Name of the column in the entity to which this column is referenced.\n     * This is column property name, not a column database name.\n     */\n    referencedColumnName?: string;\n\n}\n"],"sourceRoot":".."}