-deleted- From a brief discussion in #hibernate with sebersole, I am going to try the batch loading of entities that you suggested none-the-less as a basis to see what the performance would be like so that my assumption above isn't premature. I'll try to get the results back to you today, or sometime over the weekend at the very latest. -deleted-
In my initial tests, this seems to require some changes to the {{CriteriaObjectInitializer}} class. As to what changes are necessary, I'm not sure. Regardless of @BatchSize on the entity, search still issues a single query to the database.
|