|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.entity.EntityKey
public class EntityKey
Key to handle the merged identity hash code.
Constructor Summary | |
---|---|
EntityKey()
|
|
EntityKey(java.lang.Class type,
java.lang.Object key)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns equality. |
java.lang.Object |
getKey()
Returns the key |
java.lang.Class |
getType()
Returns the home value. |
int |
hashCode()
Returns the hash. |
void |
init(java.lang.Class type,
java.lang.Object key)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntityKey()
public EntityKey(java.lang.Class type, java.lang.Object key)
Method Detail |
---|
public void init(java.lang.Class type, java.lang.Object key)
public java.lang.Class getType()
public java.lang.Object getKey()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |