com.jpattern.orm.cache
Class CacheKey

java.lang.Object
  extended by com.jpattern.orm.cache.CacheKey

public class CacheKey
extends Object

Author:
ufo

Constructor Summary
CacheKey(String sql, Object... param)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object[] getParam()
           
 String getSql()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKey

public CacheKey(String sql,
                Object... param)
Method Detail

getParam

public Object[] getParam()

getSql

public String getSql()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.