Skip to content

Commit

Permalink
HHH-15352 add ScrollableResults.setFetchSize()
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Jul 4, 2022
1 parent 630f50f commit 13c5e2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -144,7 +144,7 @@ public interface ScrollableResults<R> extends AutoCloseable, Closeable {
* @see java.sql.ResultSet#setFetchSize(int)
* @see org.hibernate.cfg.AvailableSettings#STATEMENT_FETCH_SIZE
*
* @since 6.1.1
* @since 6.1.2
*/
void setFetchSize(int fetchSize);
}

0 comments on commit 13c5e2a

Please sign in to comment.