JoinColumn annotation

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.

EGL package name

eglx.persistence.sql

Example use

Annotation detail
Record JoinColumn type Annotation {
   targets=[FieldMbr]
}
   name string;
   referencedColumnName string;
   unique boolean = false;
   insertable boolean = true;
   table string;
end
Annotation fields
name
referencedColumnName
unique
insertable
table
Comments
Compatibility

Table 1. Compatibility
Target Issue
Java No issues.
JavaScript Database access is not supported.