javax.jdo.annotations
Annotation Type Indices


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Indices

Annotation for a group of index constraints.

Since:
2.1
Version:
2.1

Required Element Summary
 Index[] value
          The indices
 

Element Detail

value

public abstract Index[] value
The indices

Returns:
The indices


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.