-
Which of the following is not an advantage of Hibernate Criteria API?
-
- Can add conditions while fetching results
- Allows to fetch only selected columns of result
- Allows to use aggregate functions
- Cannot order the result set
- None of these
Correct Option: D
addOrder() can be used for ordering the results.