I am trying to write a findBy in the spring data where I want All employees where employees first department status is ACTIVE. Is it possible using spring data method name, without using custom query?
something like List findByDepartmentFirstStatusIsActive();
I tried few, but none are working so I guess No!!!