Class IdentityReference
java.lang.Object
org.datanucleus.identity.IdentityReference
- All Implemented Interfaces:
Serializable
Simple identity being a reference to the object itself.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ObjectThe object we are the identity for.private static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
client
The object we are the identity for.
-
-
Constructor Details
-
IdentityReference
-
-
Method Details
-
hashCode
-
equals
-
toString
-