Uses of Interface
de.hybris.platform.jalo.flexiblesearch.hints.Hint
-
-
Uses of Hint in de.hybris.platform.jalo.flexiblesearch
Methods in de.hybris.platform.jalo.flexiblesearch that return types with arguments of type Hint Modifier and Type Method Description java.util.List<Hint>QueryOptions. getHints()Method parameters in de.hybris.platform.jalo.flexiblesearch with type arguments of type Hint Modifier and Type Method Description QueryOptions.BuilderQueryOptions.Builder. withHints(java.util.List<Hint> hints) -
Uses of Hint in de.hybris.platform.jalo.flexiblesearch.hints
Subinterfaces of Hint in de.hybris.platform.jalo.flexiblesearch.hints Modifier and Type Interface Description interfacePreparedStatementHintHint applied toPreparedStatementinterfaceQueryHintQuery hint applied to original, translated SQL query. -
Uses of Hint in de.hybris.platform.jalo.flexiblesearch.hints.impl
Classes in de.hybris.platform.jalo.flexiblesearch.hints.impl that implement Hint Modifier and Type Class Description classHanaHintsAllows to build HANA optimizer/query hints.static classJdbcHints.DefaultPreparedStatementHintsHints forPreparedStatement -
Uses of Hint in de.hybris.platform.jalo.flexiblesearch.internal
Method parameters in de.hybris.platform.jalo.flexiblesearch.internal with type arguments of type Hint Modifier and Type Method Description SearchResultFlexibleSearchExecutor. simulate(int start, int count, TranslatedQuery translatedQuery, java.util.Map values, PK languagePK, java.util.List<Hint> hints) -
Uses of Hint in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return types with arguments of type Hint Modifier and Type Method Description java.util.List<Hint>FlexibleSearchQuery. getHints()Methods in de.hybris.platform.servicelayer.search with parameters of type Hint Modifier and Type Method Description voidFlexibleSearchQuery. addHints(Hint... hints)Adds hints to Flexible Search query.Method parameters in de.hybris.platform.servicelayer.search with type arguments of type Hint Modifier and Type Method Description voidFlexibleSearchQuery. addHints(java.util.List<? extends Hint> hints)Adds hints to Flexible Search query.
-