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 usign all injected parameters to compute
equals and hashCode
the order the parameters are added is significant
- Author:
- Emmanuel Bernard
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
StandardFilterKey
public StandardFilterKey()
setImpl
public void setImpl(java.lang.Class impl)
- Overrides:
setImpl in class FilterKey
addParameter
public void addParameter(java.lang.Object value)
hashCode
public int hashCode()
- Specified by:
hashCode in class FilterKey
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in class FilterKey
Copyright © 2006-2010 Hibernate. All Rights Reserved.