@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=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:
Parent