JoinColumn indicates that a field is related to a column on which a database join is based. This annotation is not available in version .7.
eglx.persistence.sql
Record JoinColumn type Annotation {
targets=[FieldMbr]
}
name string;
referencedColumnName string;
unique boolean = false;
insertable boolean = true;
table string;
end