I\'m seeing performance problems with retrieving multiple instances of objects that have many relationships with other objects. I\'m using Spring and Hibernate\'s JPA implem
Have You tried the "join" fetch strategy for the collections?