Home »
MCQs »
JPA MCQs
Which of the following annotations is used to define a list of named queries?
9. Which of the following annotations is used to define a list of named queries?
- @list
- @NamedQuery
- @NamedQueries
- @querieslist
Answer: C) @NamedQueries
Explanation:
@NamedQueries annotation is used for specifying the list of named queries.