Uses of Class
fr.enedis.chutney.execution.infra.storage.jpa.ScenarioExecutionReportEntity
Packages that use ScenarioExecutionReportEntity
Package
Description
-
Uses of ScenarioExecutionReportEntity in fr.enedis.chutney.execution.infra.aop
Methods in fr.enedis.chutney.execution.infra.aop with parameters of type ScenarioExecutionReportEntityModifier and TypeMethodDescriptionvoidExecutionReportIndexingAspect.index(ScenarioExecutionReportEntity reportEntity) -
Uses of ScenarioExecutionReportEntity in fr.enedis.chutney.execution.infra.storage
Methods in fr.enedis.chutney.execution.infra.storage that return ScenarioExecutionReportEntityModifier and TypeMethodDescriptionScenarioExecutionReportJpaRepository.findByScenarioExecutionId(Long scenarioExecutionId) Methods in fr.enedis.chutney.execution.infra.storage that return types with arguments of type ScenarioExecutionReportEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice<ScenarioExecutionReportEntity> ScenarioExecutionReportJpaRepository.findByScenarioExecutionScenarioIdIn(List<String> scenarioExecutionScenarioId, org.springframework.data.domain.Pageable pageable) -
Uses of ScenarioExecutionReportEntity in fr.enedis.chutney.execution.infra.storage.index
Methods in fr.enedis.chutney.execution.infra.storage.index with parameters of type ScenarioExecutionReportEntityModifier and TypeMethodDescriptionvoidExecutionReportIndexRepository.save(ScenarioExecutionReportEntity report) Method parameters in fr.enedis.chutney.execution.infra.storage.index with type arguments of type ScenarioExecutionReportEntityModifier and TypeMethodDescriptionvoidExecutionReportIndexRepository.saveAll(List<ScenarioExecutionReportEntity> reports) -
Uses of ScenarioExecutionReportEntity in fr.enedis.chutney.migration.infra
Method parameters in fr.enedis.chutney.migration.infra with type arguments of type ScenarioExecutionReportEntityModifier and TypeMethodDescriptionvoidExecutionReportRepository.compressAndSaveInDb(List<ScenarioExecutionReportEntity> reportsInDb)