to.etc.webapp.annotations
Annotation Type GdbParent
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface GdbParent
Referral to a PARENT (master) in a master-child relation. This is present in the child
object, and indicates the property which refers to the parent object for the child.
- Author:
- Frits Jalvingh
Created on Apr 28, 2009
joinColumns
public abstract java.lang.String joinColumns
fetch
public abstract GdbFetch fetch
- Default:
- to.etc.webapp.annotations.GdbFetch.LAZY
constraintName
public abstract java.lang.String constraintName
- Default:
- ""
optional
public abstract boolean optional
- Default:
- false