-
@Target({}) @Retention(RUNTIME) public @interface QueryHint
Used to supply a query property or hint to theNamedQuery
orNamedNativeQuery
annotation.Vendor-specific hints that are not recognized by a provider are ignored.
- Since:
- 1.0
@Target({}) @Retention(RUNTIME) public @interface QueryHint
NamedQuery
or NamedNativeQuery
annotation.
Vendor-specific hints that are not recognized by a provider are ignored.