SecondaryTables identifies other database tables to which an entity is related. This annotation is not available in version .7.
eglx.persistence.sql
Record SecondaryTables type Annotation { targets=[RecordPart, HandlerPart, ExternalTypePart] } value SecondaryTable[]; end Record SecondaryTable type Annotation { targets=[RecordPart, HandlerPart, ExternalTypePart] } name string; catalog string; schema string; pkJoinColumns PrimaryKeyJoinColumn[]; end Record PrimaryKeyJoinColumns type Annotation { targets=[RecordPart, HandlerPart, ExternalTypePart, FieldMbr] } value PrimaryKeyJoinColumn[]; end Record PrimaryKeyJoinColumn type Annotation { targets=[RecordPart, HandlerPart, ExternalTypePart, FieldMbr] } name string; referencedColumnName string; end
Target | Issue |
---|---|
Java | No issues. |
JavaScript | Database access is not supported. |