I have 2 transfer objects defined object A and object B:
Object A has a manytoOne property to object B with the collection type
as an array.
If I call A.getBArray() 2 times and between those calls an additional
value get inserted in B, how can I make sure that the array is not
getting cached and that I get the most recent array.
I tried using the discardAll() method and it seems to help me get the
most recent values however it is very slow and discards all the other
transfer objects I have created.
Is there some way i can force it to check if the cached value is up-to-
date or something else that may be helpful?

thank you

Clauda

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to