@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedQueries
NamedQueries
annotation can be applied to an entity or mapped superclass.NamedQuery
Modifier and Type | Required Element and Description |
---|---|
NamedQuery[] |
value
(Required) An array of
NamedQuery annotations. |
public abstract NamedQuery[] value
NamedQuery
annotations.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.