net.sf.hibernate.cache
Class QueryKey

java.lang.Object
  extended bynet.sf.hibernate.cache.QueryKey
All Implemented Interfaces:
Serializable

public class QueryKey
extends Object
implements Serializable

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
QueryKey(String queryString, QueryParameters queryParameters)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryKey

public QueryKey(String queryString,
                QueryParameters queryParameters)
Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()