Package org.hibernate.query.spi
Interface ScrollableResultsImplementor<R>
-
- All Superinterfaces:
AutoCloseable
,Closeable
,ScrollableResults<R>
- All Known Implementing Classes:
AbstractScrollableResults
,EmptyScrollableResults
,FetchingScrollableResultsImpl
,ScrollableResultsImpl
public interface ScrollableResultsImplementor<R> extends ScrollableResults<R>
- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isClosed()
-
Methods inherited from interface org.hibernate.ScrollableResults
afterLast, beforeFirst, close, first, get, getRowNumber, isFirst, isLast, last, next, position, previous, scroll, setFetchSize, setRowNumber
-
-