Araknemu icon indicating copy to clipboard operation
Araknemu copied to clipboard

[db] Refactor primary key system

Open vincent4vx opened this issue 2 years ago • 0 comments

Do not use empty entity as primary key, but use instead dedicated objects or java primitive types. All created entities must be valid : constructor must not allow creating invalid entities with missing fields data. Do not forget to add @Pure annotations on entities getters.

vincent4vx avatar Apr 03 '22 10:04 vincent4vx