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)  | 
public IteratorImpl(ResultSet rs, PreparedStatement ps, EventSource sess, boolean readOnly, Type[] types, String[][] columnNames, HolderInstantiator holderInstantiator) throws HibernateException, SQLException
HibernateExceptionSQLExceptionpublic void close()
           throws JDBCException
HibernateIteratorclose in interface HibernateIteratorJDBCException - Indicates a problem releasing the underlying JDBC resources.public Object next() throws HibernateException
next in interface IteratorHibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.