org.hibernate.cache

Class QueryKey

Implemented Interfaces:
Serializable

public class QueryKey
extends java.lang.Object
implements Serializable

A key that identifies a particular query with bound parameter values
Author:
Gavin King

Constructor Summary

QueryKey(String queryString, QueryParameters queryParameters, Set filters, EntityMode entityMode)

Method Summary

boolean
equals(Object other)
int
hashCode()
String
toString()

Constructor Details

QueryKey

public QueryKey(String queryString,
                QueryParameters queryParameters,
                Set filters,
                EntityMode entityMode)

Method Details

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()