ID marks a field to indicate that the field value represents part of a primary key.
eglx.persistence
Record Customer {@Table{name = "CUSTOMER_TABLE"}} identifier STRING {@ID}; corporateName STRING; end
Record Id type Annotation { targets=[FieldMbr] } end
Target | Issue |
---|---|
Java | No issues. |
JavaScript | Access of persisted data is not supported. |