Annotation Interface NativeQuery


@Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) public @interface NativeQuery
Binding annotation for implements of interfaces that are focused on running native queries. This is generally contrasted with the MSQ annotation.
See Also: