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

FilterKey (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.cache
Class FilterKey

java.lang.Object
  extended byorg.hibernate.cache.FilterKey
All Implemented Interfaces:
Serializable

public final class FilterKey
extends Object
implements Serializable

Allows cached queries to be keyed by enabled filters.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
FilterKey(String name, Map params, Map types, EntityMode entityMode)
           
 
Method Summary
static Set createFilterKeys(Map enabledFilters, EntityMode entityMode)
           
 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

FilterKey

public FilterKey(String name,
                 Map params,
                 Map types,
                 EntityMode entityMode)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object other)

toString

public String toString()

createFilterKeys

public static Set createFilterKeys(Map enabledFilters,
                                   EntityMode entityMode)