We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114d96e commit a551068Copy full SHA for a551068
hibernate-core/src/main/java/org/hibernate/query/programmatic/SelectionSpecification.java
@@ -31,6 +31,8 @@
31
* <li>Refinement or replacement of the query sorting criteria is possible via the methods
32
* {@link #sort(Order)} and {@link #resort(List)}, together with the static
33
* 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.
36
* </ul>
37
* <p>
38
* Once all {@linkplain #sort sorting} and {@linkplain #restrict restrictions}
0 commit comments