org.eclipse.persistence.config
Class HintValues
java.lang.Object
org.eclipse.persistence.config.HintValues
public class HintValues
- extends java.lang.Object
Hint values.
The class defines boolean values used by some EclipseLink query hints.
JPA Query Hint Usage:
query.setHint(QueryHints.REFRESH, HintValues.TRUE);
or
@QueryHint(name=QueryHints.REFRESH, value=HintValues.TRUE)
Hint values are case-insensitive.
- See Also:
QueryHints
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRUE
public static final java.lang.String TRUE
- See Also:
- Constant Field Values
FALSE
public static final java.lang.String FALSE
- See Also:
- Constant Field Values
PERSISTENCE_UNIT_DEFAULT
public static final java.lang.String PERSISTENCE_UNIT_DEFAULT
- See Also:
- Constant Field Values
HintValues
public HintValues()