public interface HibernateIterator extends Iterator, AutoCloseable
Hibernate-specific iterator that may be closed
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Hibernate query result iterator
|
forEachRemaining, hasNext, next, removevoid close()
throws JDBCException
Close the Hibernate query result iterator
close in interface AutoCloseableJDBCException - Indicates a problem releasing the underlying JDBC resources.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.