Interface QueryBuilderInterceptor.SelectionInterceptor.QueryResult
- All Known Implementing Classes:
BinaryQueryResults
,QueryResultImpl
- Enclosing interface:
QueryBuilderInterceptor.SelectionInterceptor
public static interface QueryBuilderInterceptor.SelectionInterceptor.QueryResult
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionfindRowsWithValueAtPath
(Path path, Object value) <T> List
<T> getValuesForPath
(Path path)
-
Method Details
-
getValuesForPath
- Returns:
- a distinct list of all values found by the query for the given
Path
-
findRowsWithValueAtPath
List<QueryBuilderInterceptor.SelectionInterceptor.QueryResult.Row> findRowsWithValueAtPath(Path path, Object value) - Returns:
- all result rows that contain the given value at the given
Path
-