2009/1/10 Marco <[email protected]> > > Can i conclude that's NHibernate doesn't support this (what is very > logically, i totally agree that storing 0 instead of null is > completely wrong..) >
Yes, you can conclude that NH don't apply wrong ORM patterns by default.BTW NHibernate is very extensible and you can override the DefaultLoadEventListener overriding Load and ProxyOrLoad methods to prevent the DB hit. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
