Closed codingmickey closed 3 weeks ago
How do you mean? Something like findByFooIsNull(true)
/findByFooIsNull(false)
?
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
In the JPA Query methods we should be able to add a boolean variable to any of the fields which can be
IS NULL
orIS NOT NULL
based on that boolean that is being passedUsing custom queries is currently possible, but this would be a sweet change!