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:
RequestfindReq = requestFactory.personRequest().find(personId).with("address");
댓글 없음:
댓글 쓰기