| Interface | Description |
|---|---|
| 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.
|
| SearchResult<E> |
Returned by search methods of the service layer.
|
| Class | Description |
|---|---|
| AbstractQuery |
Base class for any search query containers which keeps common informations needed for executing search.
|
| FlexibleSearchQuery |
The FlexibleSearchQuery stores all needed informations (the query itself, parameters, ...) to execute a search in the
FlexibleSearchService. |
| FlexibleSearchQueryTest | |
| FlexibleSearchServiceGetModelByExampleTest |
The
FlexibleSearchService.getModelByExample(Object) method will get a model (representing a persisted item)
by passing an example model with partly filled values. |
| FlexibleSearchServiceSpecialCasesTest | |
| FlexibleSearchServiceTest | |
| LazyLoadModelListTest |
Tests
LazyLoadModelList. |
| RelationQuery |
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")
|
| TranslationResult |
This class contains flexible search query translated to SQL query with SQL query parameters.
|
| TranslationResultTest |
| Enum | Description |
|---|---|
| RelationQuery.ORDERING |
Specify whether an ordering should be ascending or descending
|
| Exception | Description |
|---|---|
| RelationQueryException |
Copyright © 2018 SAP SE. All Rights Reserved.