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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final.
- 
Method Summary
- 
Field Details- 
TRUE- See Also:
 
- 
FALSE- See Also:
 
- 
PERSISTENCE_UNIT_DEFAULT- See Also:
 
 
- 
- 
Constructor Details- 
HintValuesDeprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
 
-