org.eclipse.persistence.annotations
Annotation Type FetchGroups


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

A FetchGroups annotation allows the definition of multiple FetchGroup. It may be specified on an Entity or MappedSuperclass.

Since:
EclipseLink 2.1
Author:
Guy Pelletier
See Also:
FetchGroup

Required Element Summary
 FetchGroup[] value
          (Required) An array of fetch group.
 

Element Detail

value

public abstract FetchGroup[] value
(Required) An array of fetch group.