Comment 1 for bug 734703

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Maybe this could be supported via a parameter to the projection method :

  query.list(FieldSelector)

Additionally this could also be supported via a list of fields to be loaded as Querydsl expressions :

  query.list(prop1, prop2, prop3);

The second approach would support only the LOAD and NO_LOAD options