public interface PersistentTokenRepository extends org.springframework.data.jpa.repository.JpaRepository<PersistentToken,String>
| Modifier and Type | Method and Description |
|---|---|
List<PersistentToken> |
findByTokenDateBefore(LocalDate localDate) |
List<PersistentToken> |
findByUser(User user) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<PersistentToken> findByUser(User user)
List<PersistentToken> findByTokenDateBefore(LocalDate localDate)
Copyright © 2017 Power TAC. All rights reserved.