btw, I'm really confused now. This blog: "http:// blogs.hibernatingrhinos.com/nhibernate/Default.aspx" and this section "First and Second Level caching in NHibernate" states:
"When using the session.Load(id) method NHibernate only instantiates a proxy for the given entity. As long as we only access the id of the entity the entity itself is not loaded from the database. Only when we try to access one of the other properties of the entity NHibernate loads the entity from the database" in my scenario I *am* only accessing the ID but the database is still being hit. I'm using NH 2.1.2GA. -- 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.
