Interface CountryTermRepository

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

@Repository @ConditionalOnProperty(value="openaire.exporter.enable.dsm", havingValue="true") public interface CountryTermRepository extends org.springframework.data.jpa.repository.JpaRepository<CountryTerm,String>
Created by claudio on 19/04/2017.
  • 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.repository.PagingAndSortingRepository

    findAll

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

    count, exists, findAll, findOne