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.
私がしたいこと:
DTO オブジェクトを保存するにはどうすればよいですか? ドメインを再クエリして dto にマージする必要がありますか? 保存用の投影を指定する可能性はありますか?
Should I requery domain and merge it dto?
はい。それはあなたがする必要があることのほとんどです。NHibernateはDTOをどう処理するかを知らないため、オブジェクトを永続化するセッションメソッドはどれもDTOで機能しません。
Is there a possibility to specify projections for saving?
いいえ。「節約のための予測」は、エンティティのNHマッピングのみです。