Package jakarta.persistence
Annotation Type NamedNativeQueries
- 
 @Target(TYPE) @Retention(RUNTIME) public @interface NamedNativeQueries Specifies multiple native SQL named queries. Query names are scoped to the persistence unit. TheNamedNativeQueriesannotation can be applied to an entity or mapped superclass.- Since:
- 1.0
- See Also:
- NamedNativeQuery
 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description NamedNativeQuery[]value(Required) Array ofNamedNativeQueryannotations.
 
- 
- 
- 
Element Detail- 
valueNamedNativeQuery[] value (Required) Array ofNamedNativeQueryannotations.
 
- 
 
-