Package org.hibernate.annotations
Annotation Interface NamedNativeQueries
A grouping of
NamedNativeQuery
definitions. Extends the named native query
definitions made available through NamedNativeQueries
.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe grouping of Hibernate named native SQL queries.
-
Element Details
-
value
NamedNativeQuery[] valueThe grouping of Hibernate named native SQL queries.
-