Interface ScenarioExecutionReportJpaRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScenarioExecutionReport,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScenarioExecutionReport>,org.springframework.data.repository.Repository<ScenarioExecutionReport,Long>
public interface ScenarioExecutionReportJpaRepository
extends org.springframework.data.repository.CrudRepository<ScenarioExecutionReport,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScenarioExecutionReport>
-
Method Summary
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