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
HibernateException
SQLException
public void close() throws JDBCException
HibernateIterator
close
in interface HibernateIterator
JDBCException
- Indicates a problem releasing the underlying JDBC resources.public Object next() throws HibernateException
next
in interface Iterator
HibernateException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.