|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface GdbChildren
Indicates the collection property containing the children of a one-to-many collection.
Optional Element Summary | |
---|---|
GdbFetch |
fetch
|
java.lang.String |
mappedBy
If the child class has a property that refers to it's parent name that property here. |
public abstract GdbFetch fetch
public abstract java.lang.String mappedBy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |