org.jbpm.util
Class EqualsUtil

java.lang.Object
  extended by org.jbpm.util.EqualsUtil

Deprecated. not in use anymore

public class EqualsUtil
extends Object


Method Summary
static boolean equals(Object thisObject, Object otherObject)
          Deprecated. hack does not work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public static boolean equals(Object thisObject,
                             Object otherObject)
Deprecated. hack does not work

hack to support comparing hibernate proxies against the real objects. since it falls back to ==, clients don't need to override hashcode.

See Also:
JBPM-2489


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.