We are using single Gemfire cluster for all non production environment and geting regionname dynamically using @Resources. To use we need to override all the CRUD operation. I got struck implementation the logic for findByFirstNameAndLastName(String firstName,String lastName).
Can anyone share actual implementation of findBy in CrudRepository.
Appreciate your help.