There is an ambiguity in Spring data jpa for searching something between ( date in my case), My IDE suggest both:
findByIdAndDateBetween
and<