Package org.hibernate.query.spi
Interface CloseableIterator<T>
- All Superinterfaces:
AutoCloseable
,Iterator<T>
- All Known Implementing Classes:
ScrollableResultsIterator
Unification of Iterator and AutoCloseable
- Since:
- 5.2
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-