标签: java hibernate hql
在C#中说我有以下代码:
int i = 1; ListOfInts.Where(li=>li > i).ToList();
我想知道我何时使用Hibernate,是否有可能从上面做类似的事情,而不是使用HQL?