Jakarta Persistence (JPA) Annotation Type

jakarta.persistence.NamedStoredProcedureQueries

Implemented Interfaces:
Annotation
Target:
Type

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:
Since:
Jakarta Persistence (JPA) 2.1

Public Static Fields

No JavaDoc Info for jakarta.persistence.NamedStoredProcedureQueries/class

Annotation Elements

(Required) Array of NamedStoredProcedureQuery annotations.
Since:
Jakarta Persistence (JPA) 1.0

Additional JDK methods inherited from java.lang.annotation.Annotation

annotationType(), equals(Object), hashCode(), toString()