I'm pretty sure that Transfer won't save them unless it thinks their  
dirty, but I could be wrong about that.

It would be pretty easy to test, though. Just try it and observe the  
SQL that is generated. ;-)

Sent from my iPhone

On 2009-12-16, at 5:38 PM, Clarkee21 <clarke...@gmail.com> wrote:

> Hi there,
>
> Couldn't find this in the documentation.
>
> Does the Transfer save() function check the object for changes before
> actually saving it?
>
> The reason I ask is because I've got a loop going on in my code which
> goes over some "User" Objects. The thing is I want to know if I can
> just pass them all through to save() to be dealt with (hopefully not
> saving the ones that don't need it) or do I need to check them with
> isDirty() or getIsPersisted() before I pass it through?
>
> Would be great if save() does as it would shrink my code down a
> bit :-)
>
> Thanks a lot,
> James
>
> -- 
> Before posting questions to the group please read:
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> 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

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

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

Reply via email to