Home »
MCQs »
JPA MCQs
____ annotation is used to specify a Query by providing a static name?
8. ____ annotation is used to specify a Query by providing a static name?
- @list
- @NamedQuery
- @NamedQueries
- @querieslist
Answer: B) @NamedQuery
Explanation:
@NamedQuery annotation is used to specify a Query by providing a static name.