java.lang.Object
de.hybris.platform.jalo.flexiblesearch.internal.HintsApplier

public final class HintsApplier extends Object
Utility class for applying hints for statements and queries.
  • Method Details

    • filterAndApplyPreparedStatementHints

      public static PreparedStatement filterAndApplyPreparedStatementHints(PreparedStatement statement, List<Hint> hints)
      Applies given hints on a statement.
    • filterAndApplyQueryHints

      public static String filterAndApplyQueryHints(String query, List<Hint> hints)
      Applies given hints on a query.