Interface ExperimentRepository

All Superinterfaces:
ExperimentRepositoryFragment, org.springframework.data.repository.Repository<Experiment,UUID>, ScopedRepository<Experiment>

public interface ExperimentRepository extends org.springframework.data.repository.Repository<Experiment,UUID>, ExperimentRepositoryFragment
Tenant-scoped repository for Experiment. Extends only the empty Repository plus the scoped fragments, so every read takes a TenantScope and the inherited unscoped finders do not exist.