Package org.hibernate.annotations
Annotation Type NamedNativeQueries
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public @interface NamedNativeQueries
A grouping of Hibernate-specificNamedNativeQuery
definitions. Effectively extends the named native query definitions made available throughNamedNativeQueries
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description NamedNativeQuery[]
value
The grouping of Hibernate named native SQL queries.
-
-
-
Element Detail
-
value
NamedNativeQuery[] value
The grouping of Hibernate named native SQL queries.
-
-