Having a simple entry entity ...
@Data @NoArgsConstructor @Entity public class Entry { @Id @GeneratedValue(strategy = GenerationType.AUTO) privat