The following code example will throw an NPE: deleteQuery.withCriteria("fieldName", Arrays.asList(null));
The following code example will throw an NPE:
deleteQuery.withCriteria("fieldName", Arrays.asList(null));