Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » filter » [javadoc | source]
org.hibernate.search.filter
abstract public class: FilterKey [javadoc | source]
java.lang.Object
   org.hibernate.search.filter.FilterKey

Direct Known Subclasses:
    StandardFilterKey

The key object must implement equals / hashcode so that 2 keys are equals if and only if the given Filter types are the same and the set of parameters are the same.

The FilterKey creator (ie the @Key method) does not have to inject impl It will be done by Hibernate Search

Method from org.hibernate.search.filter.FilterKey Summary:
equals,   getImpl,   hashCode,   setImpl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.filter.FilterKey Detail:
 abstract public boolean equals(Object obj)
 public Class getImpl() 
    Represent the @FullTextFilterDef.impl class
 abstract public int hashCode()
 public  void setImpl(Class impl)