Hi! I need to load all association and collections of persisted object preparing them for rendering in View. I do not want to do this using mappings, because loading collections and associations doesn't need in other times. Manual loading are bad too because I do not know what type of object bring to the view at compile time. Only at runtime.
I'm looking something like sess.Refresh(obj); sess.LoadAssociationAndCollection(obj); //NEED THIS FUNCTION view.model= obj; Thanks! -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
