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
close
in interface HibernateIterator
JDBCException
public Object next() throws HibernateException
next
in interface Iterator
HibernateException
Copyright © 2013. All rights reserved.