When I call PersistenceBroker to retrieve an object by query and the object
is defined
to have collection proxies, should I expect to find CollectionProxy or
ListProxy when
I call object.getMyCollection() or am I supposed to call
PersistenceBroker.retrieveReference()
first? It seems that my list fields are not primed with CollectionProxies
until I call retrieveReference
explicitely. I've tried it with and without refresh="true" setting. Is this
the desired behaviour?

--Bill.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to