Tag: difference between HQL and Criteria query
Difference between HQL and Criteria Query in Hibernate
by  Java4s | 23 Comments
  [ Ask Question ]
Let us see the main differences between HQL and Criteria Query HQL is to perform both select and non-select operations on the data, but Criteria is only for selecting the data, we cannot perform non-select operations using criteria HQL…