Class WhereClause

  • All Implemented Interfaces:
    Serializable

    public class WhereClause
    extends Object
    implements Serializable
    The Class WhereClause.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Dec 15, 2021
    See Also:
    Serialized Form
    • Constructor Detail

      • WhereClause

        public WhereClause()
        Instantiates a new where clause.
      • WhereClause

        public WhereClause​(SearchingFilter.LOGICAL_OP operator,
                           Map<String,​Object> searchInto)
        Instantiates a new where clause.
        Parameters:
        operator - the operator
        searchInto - the search into
    • Method Detail

      • getSearchInto

        public Map<String,​Object> getSearchInto()
        Gets the search into.
        Returns:
        the search into
      • setOperator

        public void setOperator​(SearchingFilter.LOGICAL_OP operator)
        Sets the operator.
        Parameters:
        operator - the new operator
      • setSearchInto

        public void setSearchInto​(Map<String,​Object> searchInto)
        Sets the search into.
        Parameters:
        searchInto - the search into
      • toString

        public String toString()
        To string.
        Overrides:
        toString in class Object
        Returns:
        the string