public class

EntityProxyCategory

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.shared.impl.EntityProxyCategory

Class Overview

Contains static implementation of EntityProxy-specific methods.

Summary

Public Constructors
EntityProxyCategory()
Public Methods
static boolean equals(AutoBean<? extends EntityProxy> bean, Object o)
EntityProxies are equal if they are from the same RequestContext and their stableIds are equal.
static int hashCode(AutoBean<? extends EntityProxy> bean)
Hashcode is always that of the stableId, since it's stable across time.
static <T extends EntityProxy> SimpleEntityProxyId<T> stableId(AutoBean<? extends T> bean)
Effectively overrides stableId(AutoBean) to return a narrower bound.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EntityProxyCategory ()

Public Methods

public static boolean equals (AutoBean<? extends EntityProxy> bean, Object o)

EntityProxies are equal if they are from the same RequestContext and their stableIds are equal.

public static int hashCode (AutoBean<? extends EntityProxy> bean)

Hashcode is always that of the stableId, since it's stable across time.

public static SimpleEntityProxyId<T> stableId (AutoBean<? extends T> bean)

Effectively overrides stableId(AutoBean) to return a narrower bound.