SPT Core API

com.sptci.jdo.annotation
Annotation Type Searchables


@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.

Version:
$Id: Searchables.java 4570 2009-01-22 17:36:49Z rakesh $
Author:
Rakesh Vidyadharan 2009-1-13

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

value

public abstract Searchable[] value
The array of Searchable annotations that represent all the full text search index definitions for the persistent class.

Returns:
The array of search index definitions.

SPT Core API