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
Post a Comment