Could you please tell me how I can make RequestFactory populate fields of my entity proxy that are entity proxies too ?
Here is parent proxy
@ProxyFor(va
Sorry but I found the answer. I should have RTFM.
When querying the server, RequestFactory does not automatically populate relations in the object graph. To do this, use the with() method on a request and specify the related property name as a String