Package jakarta.persistence
Annotation Type NamedQueries
-
@Target(TYPE) @Retention(RUNTIME) public @interface NamedQueries
Specifies multiple named Jakarta Persistence query language queries. Query names are scoped to the persistence unit. TheNamedQueries
annotation can be applied to an entity or mapped superclass.- Since:
- 1.0
- See Also:
NamedQuery
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description NamedQuery[]
value
(Required) An array ofNamedQuery
annotations.
-
-
-
Element Detail
-
value
NamedQuery[] value
(Required) An array ofNamedQuery
annotations.
-
-