javax.persistence
Annotation Type QueryHint


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

Hint to use for a named query.

Since:
JPA 1.0 version.
Author:
Florent Benoit
See Also:
JPA 2.0 specification

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

Element Detail

name

public abstract String name
Name of the hint.


value

public abstract String value
Value of the hint.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.