org.hibernate.util
Class IdentityMap.IdentityKey

java.lang.Object
  extended byorg.hibernate.util.IdentityMap.IdentityKey
All Implemented Interfaces:
Serializable
Enclosing class:
IdentityMap

public static final class IdentityMap.IdentityKey
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()