public interface HibernateIterator extends Iterator
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
JDBCException
- Indicates a problem releasing the underlying JDBC resources.Copyright © 2018. All rights reserved.