|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
P
- the entity type
@Deprecated public interface EntityProxyId<P extends EntityProxy>
A stable, opaque id of an EntityProxy
that remains stable across
updates, creates, deletes on the client.
In particular, an EntityProxy
foo that is yet to be persisted and a
copy of foo after being persisted have equal EntityProxyId
.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
java.lang.Class<P> |
getProxyClass()
Deprecated. Returns the class of the proxy identified. |
Method Detail |
---|
java.lang.Class<P> getProxyClass()
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |