Relative Content

Tag Archive for spring-boothibernatespring-data-jpa

Java classes/records for Spring Data JPA Projection

I have 2 entities Instructor and Section with many-to-many association between them. The intermediate table is ‘teaches’. I have a query that fetches all instructors of a given department along with their number of sections they taught in a given year. The result is a record defined as