Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CQRS の「作業単位」をどのように解決しますか? 「タイトル」と「説明」を更新するコマンドが必要ですが、「リンク」は更新しません..
someclass {文字列のタイトル; 文字列 説明。文字列[] リンク; }
UpdateTitleAndDescriptionCommandを作成するだけです。エンティティ全体のCRUDは過大評価されており、ほとんどの場合、コラボレーション環境で競合状態を引き起こします。