JPA Annotation

NamedStoredProcedureQueries

Target: TYPE
Implemented Interfaces:
Annotation

Specifies multiple named stored procedure queries. Query names are scoped to the persistence unit. The NamedStoredProcedureQueries annotation can be applied to an entity or mapped superclass.
See Also:
NamedStoredProcedureQuery
Since:
JPA 2.1

Public Annotation Attributes

(Required) Array of NamedStoredProcedureQuery annotations.
Since:
JPA 2.1