nhibernate-cascade Questions

1

Solved

Objective: Create a parent-child relationship such that modifications to the parent's list of children will propagate to all of the children and have NHibernate do the heavy lifting. The parent-chi...
Alfi asked 13/12, 2012 at 22:52

1

Solved

I want to delete an user which has many usergroups but those usergroups don't belong exclusivly to this user: other users can also be using this usergroups. And usergroups can exist even if no user...
Horror asked 20/11, 2012 at 10:9

1

Solved

I have a project by NHibernate implementation and using Lazy Loading. I have two class in this project : Person and Family. Relation between Those two is aggregation, is mean a Person has a list of...
Tremann asked 31/10, 2011 at 13:48

3

Solved

I have a parent object which has a one-to-many relationship with an ISet of child objects. The child objects have a unique constraint (PageNum and ContentID - the foreign key to the parent). <s...
Pointtopoint asked 1/4, 2009 at 17:52

2

Solved

This is trying to insert null into Comment.BlogArticleID. The following GenericADOException appeared: "could not insert: [NHibernate__OneToMany.BO.Comment][SQL: INSERT INTO Comment (Name) VALUES (...
Mccully asked 6/2, 2010 at 16:44

1

Solved

Disclaimer: I am an NHibernate noobie so hopefully this question makes sense. I have a many-to-many relationship between two classes something like… public class Entity1 { public virtual Guid Ent...
Misinterpret asked 20/7, 2009 at 7:7
1

© 2022 - 2024 — McMap. All rights reserved.