public interface HibernateIterator extends Iterator, Closeable
Query.iterate()
,
Hibernate.close(java.util.Iterator)
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the Hibernate query result iterator
|
forEachRemaining, hasNext, next, remove
void close() throws JDBCException
close
in interface AutoCloseable
close
in interface Closeable
JDBCException
- Indicates a problem releasing the underlying JDBC resources.Copyright © 2016 JBoss by Red Hat. All rights reserved.