org.jbpm.pvm.internal.util
Class EqualsUtil

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

public class EqualsUtil
extends java.lang.Object


Method Summary
static boolean equals(java.lang.Object thisObject, java.lang.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

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

hack to support comparing hibernate proxies against the real objects. since it falls back to ==, clients do not need to override Object.hashCode().

See Also:
JBPM-2489   


Copyright © 2010 JBoss Community. All Rights Reserved.