Interface DatabaseExecutionJpaRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScenarioExecution,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScenarioExecution>,org.springframework.data.repository.Repository<ScenarioExecution,Long>
public interface DatabaseExecutionJpaRepository
extends org.springframework.data.repository.CrudRepository<ScenarioExecution,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScenarioExecution>
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByScenarioId(String scenarioId) findByStatus(ServerReportStatus status) findFirst20ByScenarioIdOrderByIdDesc(String scenarioId) List<javax.persistence.Tuple>findLastExecutionsByScenarioId(List<String> scenarioIds) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
Method Details
-
findByStatus
-
findFirst20ByScenarioIdOrderByIdDesc
-
findLastExecutionsByScenarioId
-
findAllByScenarioId
-