public class WhereClause extends Object implements Serializable
| Constructor and Description |
|---|
WhereClause()
Instantiates a new where clause.
|
WhereClause(SearchingFilter.LOGICAL_OP operator,
Map<String,Object> searchInto)
Instantiates a new where clause.
|
| Modifier and Type | Method and Description |
|---|---|
SearchingFilter.LOGICAL_OP |
getOperator()
Gets the operator.
|
Map<String,Object> |
getSearchInto()
Gets the search into.
|
void |
setOperator(SearchingFilter.LOGICAL_OP operator)
Sets the operator.
|
void |
setSearchInto(Map<String,Object> searchInto)
Sets the search into.
|
String |
toString()
To string.
|
public WhereClause()
public WhereClause(SearchingFilter.LOGICAL_OP operator, Map<String,Object> searchInto)
operator - the operatorsearchInto - the search intopublic SearchingFilter.LOGICAL_OP getOperator()
public Map<String,Object> getSearchInto()
public void setOperator(SearchingFilter.LOGICAL_OP operator)
operator - the new operatorpublic void setSearchInto(Map<String,Object> searchInto)
searchInto - the search intoCopyright © 2022. All Rights Reserved.