org.hibernate.util
Class IdentityMap.IdentityKey

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

public static final class IdentityMap.IdentityKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRealKey

public java.lang.Object getRealKey()


Copyright © 2008 Hibernate.org. All Rights Reserved.