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