Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cache » [javadoc | source]
org.hibernate.cache
public class: QueryKey [javadoc | source]
java.lang.Object
   org.hibernate.cache.QueryKey

All Implemented Interfaces:
    Serializable

A key that identifies a particular query with bound parameter values
Constructor:
 public QueryKey(String queryString,
    QueryParameters queryParameters,
    Set filters,
    EntityMode entityMode) 
Method from org.hibernate.cache.QueryKey Summary:
equals,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cache.QueryKey Detail:
 public boolean equals(Object other) 
 public int hashCode() 
 public String toString()