Appreciate the response. At least based on this issue, I would guess that EF does not do the appropriate mapping ordering, which is not a little troublesome.
Child Entity Insert Order Incorrect (closed not planned) https://github.com/dotnet/efcore/issues/11686 Bit more in depth survey of my project re: database (pg), which first strategies, possible NH+FNH feasibility. https://github.com/nhibernate/fluent-nhibernate/discussions/746 Thanks! On Saturday, May 31, 2025 at 2:45:19 PM UTC-4 Frédéric Delaporte wrote: > Hi, > > NHibernate has a CRUD operations ordering logic meant to get things done > as they should. But I guess EF is supposed to do so too. You would have to > test your troublesome cases with NHibernate to check what it gives. > > I do not know about a comparison between NHibernate and EF about this kind > of issues. > > Regards, > > Frédéric > > On Saturday, May 31, 2025 at 8:39:53 PM UTC+2 Michael W Powell wrote: > >> Hello, >> >> I've run into some strange cycle and then also CRUD order issues >> causing FK failures with EF that have me wondering the efficacy of >> continuing with it for my ORM needs. Wondering if NHibernate (and/or >> Fluent) are any better about these sorts of things? Is there perhaps a run >> down comparison of features hibernate versus EF that might talk about these >> kinds of things? Appreciate any insights, thank you... >> >> Best, >> >> Michael W. Powell >> >> -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/nhusers/1150cee7-fffc-4b79-a051-e8a7640dc8cfn%40googlegroups.com.
