Interface ArtifactCacheRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ArtifactCacheEntity,,String> org.springframework.data.repository.Repository<ArtifactCacheEntity,String>
@Repository
public interface ArtifactCacheRepository
extends org.springframework.data.repository.CrudRepository<ArtifactCacheEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteAllInBatchByExpirationTimestampBefore(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
-
deleteAllInBatchByExpirationTimestampBefore
-