How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Can JDXA ORM initialize an object's primary key attribute with RDBMS generated value?

edited September 2016 in FAQs
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

Sign In or Register to comment.