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 c3e8f94 commit 2ff5882Copy full SHA for 2ff5882
hibernate-core/src/main/java/org/hibernate/query/SelectionQuery.java
@@ -344,6 +344,7 @@ default Stream<R> stream() {
344
*
345
* @see java.sql.Statement#getFetchSize()
346
* @see java.sql.Statement#setFetchSize(int)
347
+ * @see org.hibernate.cfg.JdbcSettings#STATEMENT_FETCH_SIZE
348
*/
349
Integer getFetchSize();
350
@@ -355,6 +356,7 @@ default Stream<R> stream() {
355
356
* @return {@code this}, for method chaining
357
358
* @see #getFetchSize()
359
360
361
SelectionQuery<R> setFetchSize(int fetchSize);
362
0 commit comments