Uses of Class
de.hybris.platform.jalo.flexiblesearch.QueryOptions
-
Packages that use QueryOptions Package Description de.hybris.platform.jalo.flexiblesearch de.hybris.platform.persistence.flexiblesearch.polyglot -
-
Uses of QueryOptions in de.hybris.platform.jalo.flexiblesearch
Methods in de.hybris.platform.jalo.flexiblesearch that return QueryOptions Modifier and Type Method Description QueryOptionsQueryOptions.Builder. build()QueryOptionsQueryOptions. toFlexibleSearchDialect()Methods in de.hybris.platform.jalo.flexiblesearch with parameters of type QueryOptions Modifier and Type Method Description static QueryOptions.BuilderQueryOptions. newBuilderFromTemplate(QueryOptions template)voidFlexibleSearch. processSearchRows(QueryOptions options, java.util.function.Consumer<java.lang.Object> rowConsumer)Deprecated.SearchResultFlexibleSearch. search(QueryOptions options)Deprecated. -
Uses of QueryOptions in de.hybris.platform.persistence.flexiblesearch.polyglot
Methods in de.hybris.platform.persistence.flexiblesearch.polyglot with parameters of type QueryOptions Modifier and Type Method Description static PolyglotFsResultPolyglotPersistenceFlexibleSearchSupport. search(Tenant tenant, FlexibleSearch flexibleSearch, QueryOptions options)static java.util.Optional<Criteria>PolyglotPersistenceFlexibleSearchSupport. tryToConvertToPolyglotCriteria(QueryOptions query)
-