T - the return type of the WhereClauseBuilders builder methodspublic interface WhereClauseBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
FilterBuilder<T> |
where(Column column)
Defines a where item to set as a criteria
|
T |
where(FilterItem... filterItems)
Applies where items to set criteria
|
T |
where(Iterable<FilterItem> filterItems)
Applies where items to set criteria
|
FilterBuilder<T> |
where(String columnName)
Defines a where item to set as a criteria
|
FilterBuilder<T> where(Column column)
column - a column to apply a criteria forFilterBuilder<T> where(String columnName)
columnName - the name of the colum to which the criteria will be appliedT where(FilterItem... filterItems)
filterItems - the where items to setT where(Iterable<FilterItem> filterItems)
filterItems - the where items to setCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.