Uses of Class
io.meeds.dapp.elasticsearch.model.CurrencyExchangeRate
Packages that use CurrencyExchangeRate
-
Uses of CurrencyExchangeRate in io.meeds.dapp.storage
Methods in io.meeds.dapp.storage with type parameters of type CurrencyExchangeRateModifier and TypeMethodDescription<S extends CurrencyExchangeRate>
SCurrencyExchangeRateRepository.save(S entity) Methods in io.meeds.dapp.storage that return types with arguments of type CurrencyExchangeRateModifier and TypeMethodDescriptionCurrencyExchangeRateRepository.findByCurrencyAndDateBetween(Currency currency, LocalDate from, LocalDate to)