|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Searchables
Annotation for specifying all the full-text search indices for a persistent class.
© Copyright 2009 Sans Pareil Technologies, Inc.
| Required Element Summary | |
|---|---|
Searchable[] |
value
The array of Searchable annotations that represent all the full
text search index definitions for the persistent class. |
| Element Detail |
|---|
public abstract Searchable[] value
Searchable annotations that represent all the full
text search index definitions for the persistent class.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||