* Custom filter implementations need to handle this filter by running all child
* filters and verifying that all of them pass.
+ *
+ * @deprecated Use {@link com.vaadin.flow.spring.data.filter.AndFilter} instead
*/
+@Deprecated(forRemoval = true)
public class AndFilter extends Filter {
private List
* Custom filter implementations need to handle this filter by running all child
* filters and verifying that at least one of them passes.
+ *
+ * @deprecated Use {@link com.vaadin.flow.spring.data.filter.OrFilter} instead
*/
+@Deprecated(forRemoval = true)
public class OrFilter extends Filter {
private List