refresh
Password
@Modifying
@Query(value = ""UPDATE " + PASSWORDS_KEY + " SET " +
PASSWORD_KEY + "=:" + PASSWORD_KEY +
_WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Query used to refresh a GENERATED password
Parameters
password
The value of the refreshed password
passwordId
The identifier of the password