I have this model:
public class Event { private String name; private Date start; private Date end; }
and repository as
Maybe you could try
List findAllByPublicationDate(Date publicationDate);
The detail could be checked in this article:
https://www.baeldung.com/spring-data-jpa-query-by-date