I have an Entity User
that is assigned a system privilege in a function. I have a web page where you select a user from a drop down and submit the form to the server. On the server side I want to update only one field for that entity.
My User entity will have default values for all objects except the one field that gets set and its id. Do I need to do a findById
then update the specific field then do the merge or is there a way to tell the to only update that field?