Hi,
I have a question regarding the initalization of collections and associtation marked as lazy and proxied.
Say I have an object with two collections that I need to initalize. I can load one using eager loading with the initial object load, and then call Hibernate.initialize on the other collection. However, if the objects in the second collection have proxied associations, is there a way to eagerly load these proxies while initializing the second collection, to avoid having to iterate the whole collection and initializing each proxy individually.
thanks in advance.
Jonny
|