I use second level cache in may application,
I have two class,
Class A and Class B that have association to class A,

I use Query to load objects of type B
in first time NHibernate load then with a select to B table and n
select to A table,
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?

--

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.


Reply via email to