Hi. If I have defined a table as e.g. a UUID table...
# exposed
s
Hi. If I have defined a table as e.g. a UUID table and a corresponding entity as a UUID entity, is there a way to set the id myself on insert, instead of going through the
id._value
field? I am using the DAO api
Yes, there is. I just found it myself.. The
new
function has an optional
id
parameter