Class Compare.Equal

    • Constructor Detail

      • Equal

        public Equal​(Object propertyId,
                     Object value)
        Deprecated.
        Construct a filter that accepts items for which the identified property value is equal to value. For in-memory filters, equals() is used for the comparison. For other containers, the comparison implementation is container dependent and may use e.g. database comparison operations.
        Parameters:
        propertyId - the identifier of the property whose value to compare against value, not null
        value - the value to compare against - null values may or may not be supported depending on the container