[nhusers] Re: How to limit query (parent child)

2009-08-10 Thread William Chang
What do you mean "You should manage the serialization of your entities"? You mean to create a special class for compatibility with JsonResult (ASP.NET MVC). Then, copy the properties from the populated model class by NHibernate to the properties in the special class? Another question, when queryi

[nhusers] Re: How to limit query (parent child)

2009-08-10 Thread Fabio Maulo
A circular reference was detected while serializing an object of type JsonResult" External issue. You should manage the serialization of your entities NH does not have nothing to do with it. 2009/8/10 William Chang > > I have two entities, "List" and "ListItem". My "List" entity have a > parent