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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
