org.hibernate.search.filter
Class StandardFilterKey
java.lang.Object
org.hibernate.search.filter.FilterKey
org.hibernate.search.filter.StandardFilterKey
public class StandardFilterKey
- extends FilterKey
Implements a filter key using all injected parameters to compute
equals and hashCode
the order the parameters are added is significant
- Author:
- Emmanuel Bernard
StandardFilterKey
public StandardFilterKey()
setImpl
public void setImpl(Class<?> impl)
- Overrides:
setImpl
in class FilterKey
addParameter
public void addParameter(Object value)
hashCode
public int hashCode()
- Specified by:
hashCode
in class FilterKey
equals
public boolean equals(Object obj)
- Specified by:
equals
in class FilterKey
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved