committed by
Jens Schauder
parent
3663ad3ea8
commit
950bcf04d8
@@ -38,7 +38,7 @@ public interface SimpleUserRepository extends CrudRepository<User, Long> {
|
|||||||
* Find the user with the given username. This method will be translated into a query using the
|
* Find the user with the given username. This method will be translated into a query using the
|
||||||
* {@link javax.persistence.NamedQuery} annotation at the {@link User} class.
|
* {@link javax.persistence.NamedQuery} annotation at the {@link User} class.
|
||||||
*
|
*
|
||||||
* @param lastname
|
* @param username
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
User findByTheUsersName(String username);
|
User findByTheUsersName(String username);
|
||||||
|
|||||||
Reference in New Issue
Block a user