org.datanucleus.identity
Class IdentityReference
java.lang.Object
org.datanucleus.identity.IdentityReference
- All Implemented Interfaces:
- java.io.Serializable
public class IdentityReference
- extends java.lang.Object
- implements java.io.Serializable
Simple identity being a reference to the object itself.
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Object |
client
The object we are the identity for. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
client
protected java.lang.Object client
- The object we are the identity for.
IdentityReference
public IdentityReference(java.lang.Object client)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
equals
public boolean equals(IdentityReference o)
Copyright © 2011. All Rights Reserved.