org.hibernate.search.engine.impl
Class FilterDef
java.lang.Object
org.hibernate.search.engine.impl.FilterDef
public class FilterDef
- extends Object
A wrapper class which encapsulates all required information to create a defined filter.
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterDef
public FilterDef(FullTextFilterDef def)
getName
public String getName()
getCacheMode
public FilterCacheModeType getCacheMode()
getImpl
public Class<?> getImpl()
getFactoryMethod
public Method getFactoryMethod()
setFactoryMethod
public void setFactoryMethod(Method factoryMethod)
getKeyMethod
public Method getKeyMethod()
setKeyMethod
public void setKeyMethod(Method keyMethod)
addSetter
public void addSetter(String name,
Method method)
invoke
public void invoke(String parameterName,
Object filter,
Object parameterValue)
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved