Hello all, I'm looking for a way to get all lazy properties in my domain objects. I came up with iterating the ClassMappings property of my Configuration, getting each UnjoinedPropertyIterator property and verifying whether any of the NHibernate.Mapping.Property IsLazy- but this doesn't seem to work really. I took the Value property of the NHibernate.Mapping.Property, but SimpleValue has no IsLazy property.
Does anyone knows how this can/should be done? would be grateful for any reply :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
