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?

  1. @list
  2. @NamedQuery
  3. @NamedQueries
  4. @querieslist

Answer: C) @NamedQueries

Explanation:

@NamedQueries annotation is used for specifying the list of named queries.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.