| Copys iterators so that they may be used outside of this class. Often, the DAO may
return iterators that may not be used outside of this class because the transaction/
connection may be automatically closed by Spring.
This method copies all of the elements in the OJB backed iterators into list-based iterators
by placing the returned BOs into a list
Parameters: iter - an OJB backed iterator to copy an Iterator that may be used outside of this class |