Interface CookiesRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Cookie,,UUID> org.springframework.data.jpa.repository.JpaRepository<Cookie,,UUID> org.springframework.data.repository.PagingAndSortingRepository<Cookie,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<Cookie>,org.springframework.data.repository.Repository<Cookie,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByExecutionRequestIdAndTestRunIdOrTestRunIdIsNull(UUID executionRequestId, UUID testRunId) findAllByUserIdAndProjectId(UUID userId, UUID projectId) voidremoveAllByExecutionRequestIdAndTestRunId(UUID executionRequestId, UUID testRunId) voidvoidremoveAllByIdIn(Collection<UUID> ids) voidremoveAllByUserIdAndProjectId(UUID userId, UUID projectId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
removeAllByExecutionRequestIdIsNotNullAndTestRunIdIsNotNull
void removeAllByExecutionRequestIdIsNotNullAndTestRunIdIsNotNull() -
removeAllByIdIn
-
removeAllByUserIdAndProjectId
-
removeAllByExecutionRequestIdAndTestRunId
-
findAllByUserIdAndProjectId
-
findAllByExecutionRequestIdAndTestRunIdOrTestRunIdIsNull
-