java - hibernate batch select from get and criteria -


i batch bunch of get , criteria queries , ask hibernate issue them in single batch. hibernate have such interface? if not, there way extract hql get , criteria objects can manually issue them myself?

i know possible sql criteria (how sql hibernate criteria api (*not* logging)), think better issue queries in hql don't need reconstruct objects raw sql data returned.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -