Version: 6.0.0 M1
Build id: 20070629-6.0.0-M1
When I reverse engineer to create Spring DAO objects for Hibernate, I don’t get any of the methods that return iterators.
I found some somewhat mysterious material in the Spring javadoc that suggests that transaction support has to be turned on to use these, but I haven’t found a sample anywhere. I have way too much data to do this any other way, unless there’s some lazy fetching collection trickery that I don’t understand.