Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » engine » [javadoc | source]
org.hibernate.search.engine
public class: FilterDef [javadoc | source]
java.lang.Object
   org.hibernate.search.engine.FilterDef
A wrapper class which encapsualtes all required information to create a defined filter.
Constructor:
 public FilterDef(FullTextFilterDef def) 
Method from org.hibernate.search.engine.FilterDef Summary:
addSetter,   getCacheMode,   getFactoryMethod,   getImpl,   getKeyMethod,   getName,   invoke,   setFactoryMethod,   setKeyMethod
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.engine.FilterDef Detail:
 public  void addSetter(String name,
    Method method) 
 public FilterCacheModeType getCacheMode() 
 public Method getFactoryMethod() 
 public Class getImpl() 
 public Method getKeyMethod() 
 public String getName() 
 public  void invoke(String parameterName,
    Object filter,
    Object parameterValue) 
 public  void setFactoryMethod(Method factoryMethod) 
 public  void setKeyMethod(Method keyMethod)