public interface HibernateIterator extends Iterator, Closeable
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 © 2001-2017 Red Hat, Inc. All Rights Reserved.