Skip to content

Commit a551068

Browse files
committed
HHH-19364 add a tiny bit of additional jdoc
1 parent 114d96e commit a551068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/main/java/org/hibernate/query/programmatic/SelectionSpecification.java

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
* <li>Refinement or replacement of the query sorting criteria is possible via the methods
3232
* {@link #sort(Order)} and {@link #resort(List)}, together with the static
3333
* factory methods of {@link Order}.
34+
* <li>The method {@link #fetch(Path)} adds the {@linkplain Path path} of an association
35+
* to be fetched by the query.
3436
* </ul>
3537
* <p>
3638
* Once all {@linkplain #sort sorting} and {@linkplain #restrict restrictions}

0 commit comments

Comments
 (0)