public interface HibernateIterator
extends java.util.Iterator, java.lang.AutoCloseable, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the Hibernate query result iterator
|
void close() throws JDBCException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
JDBCException
- Indicates a problem releasing the underlying JDBC resources.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.