@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) public @interface NamedNativeQueries
A grouping of Hibernate-specific NamedNativeQuery definitions. Effectively extends the named native
query definitions made available through NamedNativeQueries.
| Modifier and Type | Required Element and Description |
|---|---|
NamedNativeQuery[] |
value
The grouping of Hibernate named native SQL queries.
|
public abstract NamedNativeQuery[] value
The grouping of Hibernate named native SQL queries.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.