Jakarta Persistence (JPA) Annotation Type

jakarta.persistence.NamedNativeQueries

Implemented Interfaces:
Annotation
Target:
Type

Declares multiple native SQL named queries. Query names are scoped to the persistence unit. The NamedNativeQueries annotation can be applied to an entity or mapped superclass.
See Also:
Since:
Jakarta Persistence (JPA) 1.0

Public Static Fields

No JavaDoc Info for jakarta.persistence.NamedNativeQueries/class

Annotation Elements

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

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

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