Class QueryNotEqualProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryNotEqualProperty
    extends QueryProperty
    Difference with QueryProperty is property value of queried object must be less then specified in this query. IMPORTANT:Tested only in postgressql!
    Version:
    $Id: $Id
    Author:
    denis
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryNotEqualProperty

        public QueryNotEqualProperty​(java.lang.String name,
                                     java.lang.Object value)
        Creates a new QueryNotEqualProperty.
        Parameters:
        name - a String object.
        value - a Object object.
    • Method Detail

      • getComparator

        public java.lang.String getComparator()
        Returns the comparator operation for this query.
        Overrides:
        getComparator in class QueryProperty
        Returns:
        a String object.
      • doesMatch

        public boolean doesMatch​(java.lang.Object o)

        doesMatch.

        Overrides:
        doesMatch in class QueryProperty
        Parameters:
        o - a Object object.
        Returns:
        a boolean.