Class NotEqualOrNullFilter<T>

    • Constructor Detail

      • NotEqualOrNullFilter

        public NotEqualOrNullFilter​(String filterType,
                                    SQLType<T> type,
                                    String fieldName,
                                    String propertyName,
                                    T value)

        Constructor for NotEqualOrNullFilter.

        Type Parameters:
        T - a T object.
        Parameters:
        filterType - a String object.
        type - a SQLType object.
        fieldName - a String object.
        propertyName - a String object.
        value - a T object.