My entity looks like this:
@Entity public class interval { private Integer id; private LocalDateTime intervalDate; }
I want to writ