javax.persistence.NamedNativeQueries - JPA annotation

javax.persistence
Annotation NamedNativeQueries

Target:
Classes
Used to specify 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.
Since:
JPA 1.0
See Also:
NamedNativeQuery
(Required) Array of NamedNativeQuery annotations.
(Required) Array of NamedNativeQuery annotations.
Since:
JPA 1.0