spring-data-jpa
spring-data-jpa copied to clipboard
Add a flag(Boolean) variable for a field `IS NULL` or `IS NOT NULL`
In the JPA Query methods we should be able to add a boolean variable to any of the fields which can be IS NULL or IS NOT NULL based on that boolean that is being passed
Using custom queries is currently possible, but this would be a sweet change!
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.