|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={})
@Retention(value=RUNTIME)
public @interface QueryHint
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.
Required Element Summary | |
---|---|
java.lang.String |
name Name of the hint. |
java.lang.String |
value Value of the hint. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String value
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |