Add additional getters to SessionRegistry with UserId and username as key #230
Reference in New Issue
Block a user
Delete Branch "feat/47-sessionregistry-get-by-userid-and-username"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added new getter (
getByUserIdandgetByUsername) to allow for retrieval of user by theUserIdor username.Refactored methods to use the get prefix, instead of find.
Added and updated JavaDoc.
Closes #47
mentioned in commit
cf64f11912