Class BroadleafQueryHintKeys

    • Field Detail

      • FILTERS

        public static final String 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 are Trackable will be informed by this hint. Furthermore, if ContextInfo.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:
        Constant Field Values
    • Constructor Detail

      • BroadleafQueryHintKeys

        public BroadleafQueryHintKeys()