@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedNativeQueries
NamedNativeQueries
annotation can be applied to an entity or mapped superclass.NamedNativeQuery
Modifier and Type | Required Element and Description |
---|---|
NamedNativeQuery[] |
value
(Required) Array of
NamedNativeQuery annotations. |
public abstract NamedNativeQuery[] value
NamedNativeQuery
annotations.Copyright © 2009-2013, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.