public interface

FindRequest

implements RequestContext
com.google.gwt.requestfactory.shared.impl.FindRequest

Class Overview

Request selector interface for implementing a find method.

Summary

Public Methods
abstract Request<EntityProxy> find(EntityProxyId<?> proxy)
Use the implicit lookup in passing EntityProxy types to service methods.
[Expand]
Inherited Methods
From interface com.google.gwt.requestfactory.shared.RequestContext

Public Methods

public abstract Request<EntityProxy> find (EntityProxyId<?> proxy)

Use the implicit lookup in passing EntityProxy types to service methods.