public interface IBaseQuery<T extends IBaseQuery<?>>
| Modifier and Type | Method and Description |
|---|---|
T |
and(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
T |
where(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
T |
where(Map<String,List<IQueryParameterType>> theCriterion)
Add a set of search parameters to the query.
|
T |
whereMap(Map<String,List<String>> theRawMap)
Add a set of search parameters to the query.
|
T and(ICriterion<?> theCriterion)
Note that this method is a synonym for where(ICriterion), and is only
here to make fluent queries read more naturally.
T where(Map<String,List<IQueryParameterType>> theCriterion)
T where(ICriterion<?> theCriterion)
Copyright © 2014–2019 University Health Network. All rights reserved.