Interface DatasourceApiDbEntryRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<DatasourceApiDbEntry,String>, org.springframework.data.jpa.repository.JpaRepository<DatasourceApiDbEntry,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<DatasourceApiDbEntry>, org.springframework.data.repository.PagingAndSortingRepository<DatasourceApiDbEntry,String>, org.springframework.data.repository.query.QueryByExampleExecutor<DatasourceApiDbEntry>, org.springframework.data.repository.Repository<DatasourceApiDbEntry,String>

@Repository @ConditionalOnProperty(value="openaire.exporter.enable.dsm", havingValue="true") public interface DatasourceApiDbEntryRepository extends org.springframework.data.jpa.repository.JpaRepository<DatasourceApiDbEntry,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<DatasourceApiDbEntry>
  • Method Summary

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, findAll, findAll, findAll, findOne

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne