org.hibernate.cache
Class QueryKey
java.lang.Object
org.hibernate.cache.QueryKey
- All Implemented Interfaces:
- Serializable
public class QueryKey
- extends Object
- implements Serializable
A key that identifies a particular query with bound parameter values
- Author:
- Gavin King
- See Also:
- Serialized Form
QueryKey
public QueryKey(String queryString,
QueryParameters queryParameters,
Set filters,
EntityMode entityMode)
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object