Interface ProjectApiRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProjectApi,Integer>, org.springframework.data.repository.PagingAndSortingRepository<ProjectApi,Integer>, org.springframework.data.repository.Repository<ProjectApi,Integer>

@Repository @ConditionalOnProperty(value="openaire.exporter.enable.project", havingValue="true") public interface ProjectApiRepository extends org.springframework.data.repository.PagingAndSortingRepository<ProjectApi,Integer>
Created by claudio on 06/07/2017.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll, findAll
  • Method Details