NHibernate: How is identity Id updated when saving a transient instance?

后端 未结 4 913
我在风中等你
我在风中等你 2021-01-14 08:32

If I use session-per-transaction and call:

session.SaveOrUpdate(entity) corrected:
session.SaveOrUpdateCopy

4条回答
  •  无人及你
    2021-01-14 09:39

    Nhibernate will set the ID property of your entity just after SaveOrUpdate call.

提交回复
热议问题