to.etc.webapp.annotations
Annotation Type GdbChildren


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface GdbChildren

Indicates the collection property containing the children of a one-to-many collection.

Author:
Frits Jalvingh Created on Apr 28, 2009

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.
 

fetch

public abstract GdbFetch fetch
Default:
to.etc.webapp.annotations.GdbFetch.DEFAULT

mappedBy

public abstract java.lang.String mappedBy
If the child class has a property that refers to it's parent name that property here.

Default:
""