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 映射中。