How would i combine the Ignores so that a property e.g Password for user entity is only updated if its value is not null.
I save password using one way encryption, so i would only like to update the password only if its value is not null, in other words a new password is specified?