Uses of Interface
com.knezevic.edaf.v3.persistence.query.coco.CocoRepository
Packages that use CocoRepository
Package
Description
COCO-specific query DTOs and repository abstractions.
Web-layer wiring and repository bean configuration.
REST and MVC controllers for run/experiment analytics.
-
Uses of CocoRepository in com.knezevic.edaf.v3.persistence.query.coco
Classes in com.knezevic.edaf.v3.persistence.query.coco that implement CocoRepositoryModifier and TypeClassDescriptionfinal classJDBC implementation of COCO read repository. -
Uses of CocoRepository in com.knezevic.edaf.v3.web.config
Methods in com.knezevic.edaf.v3.web.config that return CocoRepository -
Uses of CocoRepository in com.knezevic.edaf.v3.web.controller
Constructors in com.knezevic.edaf.v3.web.controller with parameters of type CocoRepositoryModifierConstructorDescriptionApiController(RunRepository runRepository, CocoRepository cocoRepository, RunArtifactService runArtifactService, GrammarTreeViewService grammarTreeViewService, DashboardStatsService dashboardStatsService) DashboardController(RunRepository runRepository, CocoRepository cocoRepository, RunArtifactService runArtifactService)