我能这样做吗?
@ProxyFor(value = User.class, locator = EntityLocator.class)
public interface UserProxy extends EntityProxy{
List<UserProxy> getFriends();
}
我想这是工作,但我得到了空。 怎么了?
答案 0 :(得分:1)
您可能错过了对with("friends")
的调用。
http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html#relationships