[hibernate-dev] Where are the batched fetch statements generated?

2012-05-03 Thread Clemens Eisserer
Hi, Sorry for posting to the developers list, I have tried all other places dedicated to end-user support, however it seems the question is too in-depth :/ Is it possible to disable prepared statement caching for batched fetching, so I end up with a single query in the < default_batch_fetch_size

Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-05-04 Thread Clemens Eisserer
Hi, Because of the lack of feedback, I decided to start hacking blindly ;) Generating the Loaders on demand broke for an unknown reason, so what I do now is to pad the batch-load request with non-existant primary keys up to the next larger batch-size and distribute the batch-sizes a bit more unif

Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-05-08 Thread Clemens Eisserer
Hi Guenther, >>> Is it possible to disable prepared statement caching for batched fetching, >>> so I end up with a single query in the < default_batch_fetch_size case only >>> >>instead of the >>> fixed-size batch loading hibernate does by default? > I think the main reason for no feedback so f

Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-11-14 Thread Clemens Eisserer
Hi Steve, Sorry I missed the original series of emails, as unbelieveable as it sounds, gmail was acting strange recently... Ok, this is pushed to master. All 3 styles are implemented. See > issue for details. > > On Thu, Nov 1, 2012 at 2:43 PM, Steve Ebersole > wrote: > > fwiw... I have a lot