Disclaimer: I am an NHibernate noobie so hopefully this question makes sense. I have a many-to-many relationship between two classes …
c# nhibernate nhibernate-cascadeI have a parent object which has a one-to-many relationship with an ISet of child objects. The child objects have …
nhibernate nhibernate-mapping nhibernate-cascadeI have a 'Photo' class and a 'Comment' class. An Photo can have multiple comments assigned to it. I have …
asp.net nhibernate relational-database cascading-deletes nhibernate-cascade