spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Use entity graphs on base entity instead of tuple selects for projections.

Open schauder opened this issue 4 years ago • 0 comments

Using tuples makes spring data responsible for selecting the right thing and doesn't work for collection valued attributes at all.

See #2078, #1623

schauder avatar Nov 02 '21 14:11 schauder