Let's say i got class A with collection of class B in it. When i read objact a (of class A) from db the collection is not loaded at first(due to lazy loading). 1. How can i disable lazy loading - so the collection would be always loaded? 2. How to use resolveFault() or the new prepareForAccess() method to load the collection?
Looked into the documentation but i didn't find any explanation :( Thank you for all your help Mike
