Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created November 21, 2018 at 10:40 AM
Updated January 31, 2019 at 3:08 PM
Resolved December 12, 2018 at 7:07 AM
In particular, allow this, to be consistent with the predicate and sort DSL:
.asProjection( f -> f.field( "title", String.class ).toProjection() )
.composite( Book::new, f -> f.field( "title", String.class ).toProjection() )
That should allow us to simplify a few calls in our tests.