@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Searchables
© Copyright 2009 Sans Pareil Technologies, Inc.
| Modifier and Type | Required Element and Description |
|---|---|
Searchable[] |
value
The array of
Searchable annotations that represent all the full
text search index definitions for the persistent class. |
public abstract Searchable[] value
Searchable annotations that represent all the full
text search index definitions for the persistent class.