hibernate - java quivalent of linq + lambda expression -
say in c# have next code:
int = 1; listofints.where(li=>li > i).tolist();
i wondering when using hibernate, there possible way of doing similar stuff above, instead of using hql?
java hibernate hql
No comments:
Post a Comment