@Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE}) @Documented @Repeatable(value=FullTextFilterDefs.class) public @interface FullTextFilterDef
public abstract String name
public abstract Class<?> impl
Query orFactory which has no parameters and returns
a Query instance.FullTextFilter.setParameter(String, Object).
The Lucene filter created by this filter definition must be thread-safe.
Query or a factory classpublic abstract FilterCacheModeType cache
Copyright © 2006–2017 Hibernate. All rights reserved.