org.apache.ibatis.cache
Class CacheKey
java.lang.Object
org.apache.ibatis.cache.CacheKey
public class CacheKey
- extends Object
NULL_CACHE_KEY
public static final CacheKey NULL_CACHE_KEY
CacheKey
public CacheKey()
CacheKey
public CacheKey(Object[] objects)
getUpdateCount
public int getUpdateCount()
update
public void update(Object object)
updateAll
public void updateAll(Object[] objects)
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010. All Rights Reserved.