SPT Core API

com.sptci.jdo.annotation
Annotation Type AlphabeticalIndex


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

Version:
$Id: AlphabeticalIndex.java 4570 2009-01-22 17:36:49Z rakesh $
Author:
Rakesh Vidyadharan 2008-03-14

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

member

public abstract String member
The field (named member to be consistent with JDO2 naming) that is to be used to generate the alphabetical index.

Returns:
The name of the field.

SPT Core API