Package de.hybris.platform.servicelayer.search
package de.hybris.platform.servicelayer.search
-
ClassDescriptionBase class for any search query containers which keeps common informations needed for executing search.The FlexibleSearchQuery stores all needed informations (the query itself, parameters, ...) to execute a search in the
FlexibleSearchService.The FlexibleSearchService is an SQL-based search on item types which allows to search on attribute values as well as directly on database columns.TheFlexibleSearchService.getModelByExample(Object)method will get a model (representing a persisted item) by passing an example model with partly filled values.TestsLazyLoadModelList.The Class RelationQuery specifies one or more ordering criteria with which the paginated search results should be returned (see DevNet "Improve API for Collection attributes")Specify whether an ordering should be ascending or descendingSearchResult<E>Returned by search methods of the service layer.This class contains flexible search query translated to SQL query with SQL query parameters.