NamedNativeQuery
Target: TYPE
- Implemented Interfaces:
Annotation
Specifies a named native SQL query. Query names are scoped to the persistence unit. The
NamedNativeQuery
annotation can be applied to an entity or mapped superclass. - Since:
- JPA 1.0
Public Annotation Attributes
String name default null
- Since:
- JPA 1.0
String query default null
- Since:
- JPA 1.0
Class resultClass default void.class
- Since:
- JPA 1.0
String resultSetMapping default ""
- Since:
- JPA 1.0