public interface LoginAttemptEntityRepository extends org.springframework.data.repository.PagingAndSortingRepository<LoginAttemptEntity,String>
| Modifier and Type | Method and Description |
|---|---|
LoginAttemptEntity |
findFirstByUsername(String username) |
LoginAttemptEntity findFirstByUsername(String username)
Copyright © 2018. All rights reserved.