Replies: 1 comment 4 replies
-
https://freesql.net/guide/aggregateroot.html 这个更智能,发布很久了。使用机制改变会影响很多人,所以现阶段的 repository 一直保持了可能不太好的机制。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我有一个订单表order,它有两个属性字段 items和itemGroups 都是list类型 与order为多对一的关系,并且itemGroups中也有一个属性字段为items。在使用泛型仓储新增或保存时 如何可以将itemGroups中的items也一起保存到数据库?
使用SaveManyAsync只能保存一个层级
Beta Was this translation helpful? Give feedback.
All reactions