問題タブ [mikro-orm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
typescript - Mikro-ORM - 添付ファイル
ファイルを複数のエンティティに添付するための巧妙なソリューションを見つけようとしています。Book、Author、Store というエンティティがあるとします。これらのそれぞれは、エンティティ FileAttachment を参照することにより、複数の添付ファイルを持つことができます。これで、FileAttachment エンティティの異なる列をすべて参照するこれら 3 つのエンティティのそれぞれに個別の添付ファイル配列を作成できることがわかりました。しかし、子クラスに応じて FileAttachment エンティティの別の列を参照する 1 つの変数を持つ、Book、Author、および Store の親である BaseEntity クラスを持つことが可能かどうか疑問に思います。だから、このようなもの:
FileAttachment が次のようになっていれば、さらに良いでしょう。