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
Fields -
Constructor Summary
Constructors -
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 areTrackablewill be informed by this hint. Furthermore, ifContextInfo.isIgnoreNarrowing()is true, any hints using this key will not be applied.
Filters should be expressed as valid RSQL expressions. Multiple expressions may be included and should be delimited with a semicolon.- See Also:
-
-
Constructor Details
-
BroadleafQueryHintKeys
public BroadleafQueryHintKeys()
-