Uses of Interface
com.knezevic.edaf.v3.persistence.query.RunRepository
Packages that use RunRepository
Package
Description
Read-side query models and repository contracts.
Offline report generation services.
Web-layer wiring and repository bean configuration.
REST and MVC controllers for run/experiment analytics.
-
Uses of RunRepository in com.knezevic.edaf.v3.persistence.query
Classes in com.knezevic.edaf.v3.persistence.query that implement RunRepositoryModifier and TypeClassDescriptionfinal classJDBC read repository used by reporting and web dashboard. -
Uses of RunRepository in com.knezevic.edaf.v3.reporting
Constructors in com.knezevic.edaf.v3.reporting with parameters of type RunRepositoryModifierConstructorDescriptionReportService(RunRepository repository, List<ReportGenerator> generators) -
Uses of RunRepository in com.knezevic.edaf.v3.web.config
Methods in com.knezevic.edaf.v3.web.config that return RunRepository -
Uses of RunRepository in com.knezevic.edaf.v3.web.controller
Constructors in com.knezevic.edaf.v3.web.controller with parameters of type RunRepositoryModifierConstructorDescriptionApiController(RunRepository runRepository, CocoRepository cocoRepository, RunArtifactService runArtifactService, GrammarTreeViewService grammarTreeViewService, DashboardStatsService dashboardStatsService) DashboardController(RunRepository runRepository, CocoRepository cocoRepository, RunArtifactService runArtifactService)