@Target(TYPE)
@Retention(RUNTIME)
public @interface NamedQueries
NamedQueries annotation can be applied to an entity or mapped superclass.NamedQuery| Modifier and Type | Required Element | Description |
|---|---|---|
NamedQuery[] |
value |
(Required) An array of
NamedQuery annotations. |
NamedQuery[] value
NamedQuery annotations.Copyright © 2018. All rights reserved.