javax.jdo.annotations
Annotation Type FetchPlans


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

Annotation for a group of FetchPlan objects

Since:
2.1
Version:
2.1

Required Element Summary
 FetchPlan[] value
          The Fetch Plans
 

Element Detail

value

public abstract FetchPlan[] value
The Fetch Plans

Returns:
The Fetch Plans


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