SPT Object Database API

com.sptci.prevayler.annotations
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 prevalent class.

© Copyright 2008 Sans Pareil Technologies, Inc.

Since:
Release 0.3.0
Version:
$Id: Searchables.java 22 2008-11-24 19:04:25Z sptrakesh $
Author:
Rakesh 2008-11-12

Required Element Summary
 Searchable[] value
          The array of Searchable annotations that represent all the full text search index definitions for the prevalent object.
 

Element Detail

value

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

Returns:
The array of search index definitions.

SPT Object Database API