@Repository public interface LoginAttemptRepository extends org.springframework.data.jpa.repository.JpaRepository<LoginAttempt,Long>
| Modifier and Type | Method and Description |
|---|---|
LoginAttempt |
findByUsername(String username) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllLoginAttempt findByUsername(String username)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.