public interface

EntityProxyId

com.google.gwt.requestfactory.shared.EntityProxyId<P extends com.google.gwt.requestfactory.shared.EntityProxy>
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract Class<P> getProxyClass()
Returns the class of the proxy identified.

Public Methods

public abstract Class<P> getProxyClass ()

Returns the class of the proxy identified.

Returns
  • a Class object of type P