Package dev.dokimos.server.repository
Interface ExperimentRepositoryFragment
- All Superinterfaces:
ScopedRepository<Experiment>
- All Known Subinterfaces:
ExperimentRepository
- All Known Implementing Classes:
ExperimentRepositoryFragmentImpl
Entity-specific scoped finders for
Experiment.-
Method Summary
Modifier and TypeMethodDescriptionfindByProject(Project project, TenantScope scope) Lists a project's experiments newest first, within the scope.findByProjectAndName(Project project, String name, TenantScope scope) Finds an experiment of a project by name within the scope.
-
Method Details
-
findByProjectAndName
Finds an experiment of a project by name within the scope. -
findByProject
Lists a project's experiments newest first, within the scope.
-