2009/12/1 Amir Rasekh <[email protected]> > in second time of load NHibernate load them with a select to B table > and browse B instances from cache, > is there any way (without query cache) that browse all of A and B > instances from memory in second time of load? > > Sure, after run the query to db NH can know what looking for in cache. If you want avoid the hit to db you should remove your "without query cache"
-- 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.
