MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is not an advantage of Hibernate Criteria API? |
| 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 |
| Answer» C. Allows to fetch only selected columns of result | |