|
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 AlphabeticalIndex
Annotation type used to indicate the field in the sub-class of
JDOObject whose starting letter is to used
to maintain the StartLetter for efficient
generation of alphabetical index for the object type.
© Copyright 2008 Sans Pareil Technologies, Inc.
| Required Element Summary | |
|---|---|
String |
member
The field (named member to be consistent with JDO2 naming) that is to be used to generate the alphabetical index. |
| Element Detail |
|---|
public abstract String member
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||