Interface ProjectRepository

All Superinterfaces:
ProjectRepositoryFragment, org.springframework.data.repository.Repository<Project,UUID>, ScopedRepository<Project>

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