@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface FullTextFilterDef
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
impl
Either implements
Filter
or contains a @Factory method returning one. |
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
FilterCacheModeType |
cache |
public abstract String name
public abstract Class<?> impl
Filter
or contains a @Factory
method returning one.
The generated Filter
must be thread-safe.
If the filter accept parameters, an @Key
method must be present as well.Filter
directly or contains a method annotated with
@Factory
.public abstract FilterCacheModeType cache
Copyright © 2006–2014 Hibernate. All rights reserved.