@Repository
@ConditionalOnProperty(value="openaire.exporter.enable.project",
havingValue="true")
public interface ProjectApiRepository
extends org.springframework.data.repository.PagingAndSortingRepository<ProjectApi,Integer>
| Modifier and Type | Method and Description |
|---|---|
Iterable<ProjectTsv> |
findByFundingpathidStartingWith(String fundingpathid) |
Iterable<ProjectTsv> findByFundingpathidStartingWith(String fundingpathid)
Copyright © 2025. All rights reserved.