org.apache.openjpa.writebehind
Interface WriteBehindCacheKey

All Known Implementing Classes:
SimpleWriteBehindCacheKey

public interface WriteBehindCacheKey

Key used for entities in the WriteBehind Cache.


Method Summary
 boolean equals(Object obj)
          Return true if the supplied object is equal to this instance.
 int hashCode()
          Answers an integer hash for this key.
 

Method Detail

hashCode

int hashCode()
Answers an integer hash for this key.

Overrides:
hashCode in class Object
Returns:
integer hashcode

equals

boolean equals(Object obj)
Return true if the supplied object is equal to this instance.

Overrides:
equals in class Object
Parameters:
obj - object to compare
Returns:
True if they are equal, otherwise false.


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.