|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface EntityProxy
A proxy for a server-side domain object.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
EntityProxyId<?> |
stableId()
Deprecated. Returns the EntityProxyId that identifies a particular instance of
the type proxied by the receiver. |
Method Detail |
---|
EntityProxyId<?> stableId()
EntityProxyId
that identifies a particular instance of
the type proxied by the receiver.
An id returned by a proxy newly created by RequestContext.create(java.lang.Class
equals
those returned later by proxies to the
persisted object.
Subtypes should override to declare they return a stable id of their own
type, to allow type safe use of the request objects returned by
RequestFactory.find(EntityProxyId)
.
EntityProxyId
instance
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |