public interface

EntityProxy

implements BaseProxy
com.google.gwt.requestfactory.shared.EntityProxy

Class Overview

A proxy for a server-side domain object.

Summary

Public Methods
abstract EntityProxyId<?> stableId()
Returns the EntityProxyId that identifies a particular instance of the type proxied by the receiver.

Public Methods

public abstract EntityProxyId<?> stableId ()

Returns the EntityProxyId that identifies a particular instance of the type proxied by the receiver.

An id returned by a proxy newly created by create(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 find(EntityProxyId).

Returns