JPA Annotation

NamedNativeQueries

Target: TYPE
Implemented Interfaces:
Annotation

Specifies 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:
NamedNativeQuery
Since:
JPA 1.0

Public Annotation Attributes

NamedNativeQuery[] value default null
(Required) Array of NamedNativeQuery annotations.
Since:
JPA 1.0