Hey all,

 

Is there a way to get a collection of transfer objects, where there is not a
onetomany relationship?

 

For example I have a User object, but I want to get a collection of all user
objects, that would represent all users in the database.   And there is no
"uber" parent object in the database that would have all users as its
children.

 

I'm finding myself using Transfer.list to get a query, and then looping the
query and using Transfer.get to populate an array with Transfer objects.  Is
that the way to do it, or is there a shortcut or a better way?

 

-- Josh

 

 

 

 


--~--~---------~--~----~------------~-------~--~----~
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