Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not an advantage of Hibernate Criteria API?
    1. Can add conditions while fetching results
    2. Allows to fetch only selected columns of result
    3. Allows to use aggregate functions
    4. Cannot order the result set
    5. None of these
Correct Option: D

addOrder() can be used for ordering the results.



Your comments will be displayed only after manual approval.