edit
Inserted
Password
@Modifying
@Query(value = ""UPDATE " + PASSWORDS_KEY + " SET " +
TAIL_KEY + "=:" + TAIL_KEY + "," +
SCOPES_KEY + "=:" + SCOPES_KEY + "," +
PASSWORD_KEY + "=:" + PASSWORD_KEY +
_WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Query used to edit a INSERTED password
Parameters
tail
The tail of the password
scopes
The scopes of the password
password
The password value
passwordId
The identifier of the password