Interface CurrencyExchangeRateRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<CurrencyExchangeRate> findByCurrencyAndDateBetween​(Currency currency, LocalDate from, LocalDate to)  
      <S extends CurrencyExchangeRate>
      S
      save​(S entity)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll
      • Methods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository

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

        findAll, findAll