Yes, JDXA would optionally initialize a primary key attribute of a saved (inserted) object with the value of the database generated id (for example, Row Id for an AUTOINCERMENT column in SQLite) as soon as the object is inserted. See JDXS.IFLAG_INIT_WITH_RDBMS_GENERATED_PKEY_VALUE
Comments