org.apache.ibatis.cache
Class CacheKey
java.lang.Object
org.apache.ibatis.cache.CacheKey
public class CacheKey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NULL_CACHE_KEY
public static final CacheKey NULL_CACHE_KEY
CacheKey
public CacheKey()
CacheKey
public CacheKey(java.lang.Object[] objects)
getUpdateCount
public int getUpdateCount()
update
public void update(java.lang.Object object)
updateAll
public void updateAll(java.lang.Object[] objects)
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010. All Rights Reserved.