Hello,

I've got a table per class domain model with a hierarchy going on.
What I am finding is that the error: "Batch update returned unexpected
row count from update; actual row count: 0; expected: 1", is
happening. This is because I am having the database delete the base
class table record triggered on deleting the child class from its
table, which ends up with the indicated error. I'd like to do the
bookkeeping in the database if at all possible, but if I need to defer
that to the domain model, then so be it. I just wonder if there is a
clean way to handle that through the fluent mappings signaling
deletion activities.

Thanks!

Thank you...

Regards,

Michael Powell

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at https://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.

Reply via email to