spring-data-jpa
spring-data-jpa copied to clipboard
Use entity graphs on base entity instead of tuple selects for projections.
Using tuples makes spring data responsible for selecting the right thing and doesn't work for collection valued attributes at all.
See #2078, #1623