站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

QueryKey (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.cache
Class QueryKey

java.lang.Object
  extended byorg.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

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

Constructor Detail

QueryKey

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

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()