Package org.hibernate.query.spi
Interface ScrollableResultsImplementor
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,ScrollableResults
public interface ScrollableResultsImplementor extends ScrollableResults
- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfTypes()booleanisClosed()-
Methods inherited from interface org.hibernate.ScrollableResults
afterLast, beforeFirst, close, first, get, get, getBigDecimal, getBigInteger, getBinary, getBlob, getBoolean, getByte, getCalendar, getCharacter, getClob, getDate, getDouble, getFloat, getInteger, getLocale, getLong, getRowNumber, getShort, getString, getText, getTimeZone, getType, isFirst, isLast, last, next, previous, scroll, setRowNumber
-
-