As a security measure I have chosen to use db generated uuids as defaults for my Primary/Identity field. I am doing this with postgres which allows for a INSERT RETURNING method. Is there a way to get doLowInsert / save to recognize this and fetch the RETURNING identity value?