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
- Since:
- Jakarta Persistence (JPA) 1.0
Additional JDK methods inherited from java.lang.annotation.Annotation
annotationType(),
equals(Object),
hashCode(),
toString()