Class SpecificDbLimitSupportQueryPreprocessor

java.lang.Object
de.hybris.platform.servicelayer.search.preprocessor.impl.SpecificDbLimitSupportQueryPreprocessor
All Implemented Interfaces:
QueryPreprocessor

public class SpecificDbLimitSupportQueryPreprocessor extends Object implements QueryPreprocessor
Preprocessor which will look for possible flag for enabling or disabling in local session specific DB limit support.
See Also:
  • Constructor Details

    • SpecificDbLimitSupportQueryPreprocessor

      public SpecificDbLimitSupportQueryPreprocessor()
  • Method Details

    • process

      public void process(FlexibleSearchQuery query)
      Description copied from interface: QueryPreprocessor
      Executes logic which should be executed before executing search query.
      Specified by:
      process in interface QueryPreprocessor
      Parameters:
      query - object containing all needed informations to execute search
    • setSessionService

      public void setSessionService(SessionService sessionService)