javax.persistence
Annotation Type QueryHint


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

An implementation-specific Query hint.

Since:
Java Persistence 1.0

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