com.sptci.prevayler.annotations
Annotation Type Indices
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Indices
Annotation for specifying all the indexed fields in a prevalent class.
Note that this annotation should not be used (it won't cause any errors)
on fields that are references to other prevalent objects. It is best to
use the ForeignKeys annotation for references to prevalent objects.
© Copyright 2008 Sans Pareil Technologies, Inc.
- Version:
- $Id: Indices.java 11 2008-06-30 21:33:41Z sptrakesh $
- Author:
- User: rakesh 2008-05-22
|
Required Element Summary |
Index[] |
value
The array of Index annotations that represent all the index
definitions for the prevalent object. |
value
public abstract Index[] value
- The array of
Index annotations that represent all the index
definitions for the prevalent object.
- Returns:
- The array of index definitions.