Uses of Class
io.meeds.deeds.model.CurrencyExchangeRate
-
Packages that use CurrencyExchangeRate Package Description io.meeds.deeds.storage -
-
Uses of CurrencyExchangeRate in io.meeds.deeds.storage
Methods in io.meeds.deeds.storage with type parameters of type CurrencyExchangeRate Modifier and Type Method Description <S extends CurrencyExchangeRate>
SCurrencyExchangeRateRepository. save(S entity)Methods in io.meeds.deeds.storage that return types with arguments of type CurrencyExchangeRate Modifier and Type Method Description List<CurrencyExchangeRate>CurrencyExchangeRateRepository. findByCurrencyAndDateBetween(Currency currency, LocalDate from, LocalDate to)
-