public class

FindService

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.server.impl.FindService

Class Overview

Server side service to support a generic find method.

Summary

Public Constructors
FindService()
Public Methods
static <T> T find(T entityInstance)
For now, a simple implementation of find will work.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FindService ()

Public Methods

public static T find (T entityInstance)

For now, a simple implementation of find will work.

Parameters
entityInstance an entity instance
Returns
  • the passed-in entity instance