javax.persistence
Annotation Type QueryHint


@Target(value={})
@Retention(value=RUNTIME)
public @interface QueryHint

Hint to use for a named query.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 java.lang.String name
          Name of the hint.
 java.lang.String value
          Value of the hint.
 

Element Detail

name

public abstract java.lang.String name
Name of the hint.


value

public abstract java.lang.String value
Value of the hint.