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

Annotation Elements

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

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

java.lang.annotation.Annotation/annotationType(), java.lang.annotation.Annotation/equals(Object), java.lang.annotation.Annotation/hashCode(), java.lang.annotation.Annotation/toString()