@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) public @interface NamedNativeQueries
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
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.