public interface DataObjectKey extends DataObjectEntry
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Answers true if the his key is equivalent to another key in KeyBytes format.
|
int |
hashCode()
Return the hashCode() for the key's identity.
|
getObjectint hashCode()
KeySerializerPlugin to calculate the hash code.hashCode in class ObjectIllegalStateException - if DataObjectContextAware.getContext() answers null.boolean equals(Object o)
KeySerializerPlugin to test the key for equality.equals in class Objecto - the KeyBytes key.IllegalStateException - if DataObjectContextAware.getContext() answers null.