|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the return type of the WhereClauseBuilders builder methodspublic interface WhereClauseBuilder<T>
An interface for builder components that formulate a WHERE clause, either for querying, updating, deleting or other purposes.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
FilterBuilder<T> where(Column column)
column - a column to apply a criteria for
FilterBuilder<T> where(String columnName)
columnName - the name of the colum to which the criteria will be applied
T where(FilterItem... filterItems)
filterItems - the where items to set
T where(Iterable<FilterItem> filterItems)
filterItems - the where items to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||