@Repository public interface RefreshTokenRepository extends org.springframework.data.jpa.repository.JpaRepository<RefreshToken,String>, org.springframework.data.querydsl.QueryDslPredicateExecutor<RefreshToken>
| Modifier and Type | Method and Description |
|---|---|
List<RefreshToken> |
findByClientId(String clientId)
Find by client id.
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllcount, delete, delete, delete, deleteAll, exists, findOne, saveList<RefreshToken> findByClientId(String clientId)
clientId - the client idCopyright © 2018 Global Crop Diversity Trust. All rights reserved.