In fact I'm trying to convert a Datastore accessed via RPC and DTOs to RequestFactory. So far the entities have been populated by the old system I'm just trying to read data for the now
I'm sorry I'v just missed this paragraph ! Thanks anyway Patrick ----- Original Message ----- From: Y2i To: [email protected] Sent: Thursday, March 31, 2011 8:54 AM Subject: Re: RequestFactory & Entities relationship You don't have to use with() if you don't want to populate relations of the object graph http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships to refer to more than one relation, use with("rel1", "rel2", "etc") -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en. ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Aucun virus trouvé dans ce message. Analyse effectuée par AVG - www.avg.fr Version: 10.0.1209 / Base de données virale: 1500/3541 - Date: 30/03/2011 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
