Package org.eclipse.persistence.config
Class HintValues
java.lang.Object
org.eclipse.persistence.config.HintValues
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
TRUE
- See Also:
-
FALSE
- See Also:
-
PERSISTENCE_UNIT_DEFAULT
- See Also:
-
-
Constructor Details
-
HintValues
public HintValues()
-