javax.persistence.QueryHint - JPA annotation
javax.persistence
Annotation QueryHint
- Target:
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation.
Vendor-specific hints that are not recognized by a provider are ignored.
- Since:
- JPA 1.0
String name
Name of the hint.
- Since:
- JPA 1.0
String value
Value of the hint.
- Since:
- JPA 1.0