0

Say in C# I have the following code:

int i = 1;
ListOfInts.Where(li=>li > i).ToList();

I am wondering when I am using Hibernate, are there any possible way of doing similar stuff from above, instead of using the HQL?

jamesdeath123
  • 4,268
  • 11
  • 52
  • 93

0 Answers0