Class BroadleafQueryHintKeys
java.lang.Object
com.broadleafcommerce.data.tracking.core.context.BroadleafQueryHintKeys
Broadleaf specific keys useful for interacting with
ContextInfo.getQueryHints()
.- Author:
- Jeff Fischer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
FILTERS
Hints based on this key will inform the system of additional filters it should add during criteria embellishment. Only queries dealing with domain classes that areTrackable
will be informed by this hint. Furthermore, ifContextInfo.isIgnoreNarrowing()
is true, any hints using this key will not be applied.- See Also:
-
-
Constructor Details
-
BroadleafQueryHintKeys
public BroadleafQueryHintKeys()
-