It would be good to be able to use projections with Querydsl and JPA
fun findAll(predicate: Predicate): Set<OrderView>
OrderView
is a projection of my entity Order
.
I can see from the interface this doesn't look possible but is there a future version that supports this or a workaround?