JPA OR query To search 2 fields for 1 value passed as parameter
I have a JPA method which has 2 arguments passed below:
Delete query returning “could not extract resultset”
I have this delete method in my spring boot repository class and for some reason it keeps throwing the “could not extract ResultSet” error when it is obviously a void method.