@Repository(value="userRepo") public interface DuracloudUserRepo extends org.springframework.data.jpa.repository.JpaRepository<DuracloudUser,Long>
| Modifier and Type | Method and Description |
|---|---|
DuracloudUser |
findByUsername(String username)
This method returns a single user with the given username
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlushDuracloudUser findByUsername(String username)
username - of userCopyright © 2015–2016 DuraSpace. All rights reserved.