NHibernate - Eager loading grouped object when aggregating?

The brute force way would be (similar to a sub-select).

The brute force way would be (similar to a sub-select): _session.QueryOver(). WhereRestrictionOn(a => a. Id).

IsIn(stats. SelectMany(s => s).OfType(). Select(a => a.Id).ToArray()).

– JP. Oct 8 at 2:13 It puts the Auctions into the 1st level cache - avoiding your SELECT N+1 issue when you access your Auctions. You should run that query just after the first one.

Notice that I don't put the result into anything - essentially only putting them into the cache for later access. – Goblin Oct 8 at 12:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions