GeneratedValue annotation

GeneratedValue marks a field that is related to a table column for which the value is computed automatically by the database.

EGL package name

eglx.persistence.sql

Example use

Annotation detail
Record GeneratedValue type Annotation {
   targets=[FieldMbr]
   }
end
Annotation fields
None.
Comments
Compatibility

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