Class HintsApplier
java.lang.Object
de.hybris.platform.jalo.flexiblesearch.internal.HintsApplier
Utility class for applying hints for statements and queries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedStatementfilterAndApplyPreparedStatementHints(PreparedStatement statement, List<Hint> hints) Applies given hints on a statement.static StringfilterAndApplyQueryHints(String query, List<Hint> hints) Applies given hints on a query.
-
Method Details
-
filterAndApplyPreparedStatementHints
public static PreparedStatement filterAndApplyPreparedStatementHints(PreparedStatement statement, List<Hint> hints) Applies given hints on a statement. -
filterAndApplyQueryHints
Applies given hints on a query.
-