| Interface | Description |
|---|---|
| CustomRestriction |
Custom implementation of search restriction which can modify
SearchCriteriaBuilder. |
| SearchConjunction |
A sequence of
SearchCriterion linked using conjunction - (... |
| SearchCriteriaBuilder |
Object represents the criteria builder for finding entities.
|
| SearchCriterion |
A restriction used in
SearchCriteriaBuilder.add(SearchCriterion). |
| SearchDisjunction |
A sequence of
SearchCriterion linked using disjunction - (... |
| SearchOrder |
A order used in
SearchCriteriaBuilder.addOrder(SearchOrder). |
| SearchProjection |
A projection used in
SearchCriteriaBuilder.setProjection(SearchProjection). |
| SearchProjectionList |
A sequence of
SearchProjection. |
| SearchQueryBuilder |
Object represents the query builder for finding entities.
|
| SearchResult |
SearchResult contains list of entities, total number of entities and the search criteria used for produce this search result.
|
| Class | Description |
|---|---|
| SearchOrders |
Utility with factory methods for
SearchOrder. |
| SearchProjections |
Utility with factory methods for
SearchProjection. |
| SearchRestrictions |
Utility with factory methods for
SearchCriterion. |
| SearchSubqueries |
Utility with factory methods for
SearchCriterion related with subqueries. |
| Enum | Description |
|---|---|
| JoinType |
Supported join types
|
| SearchRestrictions.SearchMatchMode |
Match mode for "like" criterion.
|
SearchQueryBuilder and DataDefinition.find(String)SearchCriteriaBuilder and DataDefinition.find()Copyright © 2010-2025 Qcadoo Limited