javax.jdo.annotations
Annotation Type FetchGroups


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

Annotation for a group of fetch-group objects

Since:
2.1
Version:
2.1

Required Element Summary
 FetchGroup[] value
          The Fetch Groups
 

Element Detail

value

public abstract FetchGroup[] value
The Fetch Groups

Returns:
The Fetch Groups


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