Interface JwkCacheRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JwkCacheEntity,,String> org.springframework.data.repository.Repository<JwkCacheEntity,String>
@Repository
public interface JwkCacheRepository
extends org.springframework.data.repository.CrudRepository<JwkCacheEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteAllInBatchByDeleteTimestampBefore(Timestamp currentTimeStamp) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findAllByOrderByExpirationTimestampAsc
List<JwkCacheEntity> findAllByOrderByExpirationTimestampAsc() -
deleteAllInBatchByDeleteTimestampBefore
-