-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Primary Key
Generating Unique Ids for Primary Key values using JDXA ORM
Using primary keys to uniquely identify persistent objects is a fundamental requirement for all apps. A primary key may consist of only one attribute, or it may consist of multiple attributes (composite primary key). The data type of a primary … Continue reading
Posted in Uncategorized
Tagged Android, AUTOINCREMENT, Compound Key, Java, JDXA, ORM, Primary Key, RDBMS, Sequence Generator, SQLite, UUID
2 Comments