Maps values returned via returning statement (postgres) or the inserted id (other sql drivers).
No need to handle composite keys here as they need to be set upfront.
We do need to map to the change set payload too, as it will be used in the originalEntityData for new entities.
Maps values returned via
returningstatement (postgres) or the inserted id (other sql drivers). No need to handle composite keys here as they need to be set upfront. We do need to map to the change set payload too, as it will be used in the originalEntityData for new entities.