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