GWT 2.1.0

com.google.gwt.requestfactory.server
Class FindService

java.lang.Object
  extended by com.google.gwt.requestfactory.server.FindService

public class FindService
extends java.lang.Object

Server side service to support a generic find method.


Constructor Summary
FindService()
           
 
Method Summary
static
<T> T
find(T entityInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindService

public FindService()
Method Detail

find

public static <T> T find(T entityInstance)

GWT 2.1.0