org.jpox.annotations
Annotation Type FetchGroup
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FetchGroup
Annotation for the fetch group of a class.
Maps across to the JDO2 element "fetch-group".
- Version:
- $Revision: 1.2 $
|
Required Element Summary |
java.lang.String[] |
fieldNames
|
|
Optional Element Summary |
java.lang.String |
name
|
java.lang.String |
postLoad
|
fieldNames
public abstract java.lang.String[] fieldNames
name
public abstract java.lang.String name
- Default:
- ""
postLoad
public abstract java.lang.String postLoad
- Default:
- ""
Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.