I am relatively new to Spring-Boot and JPA. I've been doing pretty well with Entities and Repositories for complex/multi-column tables, but I have a view that I need to query which has only 2 columns, the key/index (Long) and a Date.I am relatively new to Spring-Boot and JPA. I'v