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