HHH-15352 add ScrollableResults.setFetchSize()

This commit is contained in:
Andrea Boriero 2022-07-04 11:15:57 +02:00
parent 630f50fdcd
commit 13c5e2a52b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}