Which of the following is not an advantage of Hibernate Criteria API?
Posted: Wed Jul 13, 2022 7:50 pm
a) Allows to use aggregate functions
b) Cannot order the result set
c) Allows to fetch only selected columns of result
d) Can add conditions while fetching results
b) Cannot order the result set
c) Allows to fetch only selected columns of result
d) Can add conditions while fetching results