public final class IteratorImpl extends Object implements HibernateIterator
| Constructor and Description |
|---|
IteratorImpl(ResultSet rs,
PreparedStatement ps,
EventSource sess,
boolean readOnly,
Type[] types,
String[][] columnNames,
HolderInstantiator holderInstantiator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorImpl(ResultSet rs, PreparedStatement ps, EventSource sess, boolean readOnly, Type[] types, String[][] columnNames, HolderInstantiator holderInstantiator) throws HibernateException, SQLException
HibernateExceptionSQLExceptionpublic void close()
throws JDBCException
close in interface HibernateIteratorJDBCExceptionpublic Object next() throws HibernateException
next in interface IteratorHibernateExceptionCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved