@Repository(value="jpaUserInfoRepository") public class JpaUserInfoRepository extends Object implements UserInfoRepository
Constructor and Description |
---|
JpaUserInfoRepository() |
Modifier and Type | Method and Description |
---|---|
UserInfo |
getByEmailAddress(String email)
Get a single UserInfo object by its email address
|
UserInfo |
getByUsername(String username)
Get a single UserInfo object by its username
|
public JpaUserInfoRepository()
public UserInfo getByUsername(String username)
getByUsername
in interface UserInfoRepository
public UserInfo getByEmailAddress(String email)
getByEmailAddress
in interface UserInfoRepository
Copyright © 2018. All rights reserved.