当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
FilterKey (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.cache
Class FilterKey
java.lang.Object
org.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
FilterKey
public FilterKey(String name,
Map params,
Map types,
EntityMode entityMode)
hashCode
public int hashCode()
equals
public boolean equals(Object other)
toString
public String toString()
createFilterKeys
public static Set createFilterKeys(Map enabledFilters,
EntityMode entityMode)