Have you taken a look at the documentation about this in the Spring Data JPA docs?
#findByStatusCodeNot(String statusCode);
It’s akin the example in the docs like:
#findByLastnameNot
Have you taken a look at the documentation about this in the Spring Data JPA docs?
#findByStatusCodeNot(String statusCode);
It’s akin the example in the docs like:
#findByLastnameNot