Package org.hibernate.cache.spi
Class FilterKey
- java.lang.Object
-
- org.hibernate.cache.spi.FilterKey
-
- All Implemented Interfaces:
Serializable
public final class FilterKey extends Object implements Serializable
Allows cached queries to be keyed by enabled filters.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<FilterKey>createFilterKeys(Map<String,Filter> enabledFilters)Constructs a number of FilterKey instances, given the currently enabled filtersbooleanequals(Object other)inthashCode()StringtoString()
-