Interface MeedExchangeRateRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<MeedExchangeRate,LocalDate>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<MeedExchangeRate,LocalDate>, org.springframework.data.repository.PagingAndSortingRepository<MeedExchangeRate,LocalDate>, org.springframework.data.repository.Repository<MeedExchangeRate,LocalDate>

public interface MeedExchangeRateRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<MeedExchangeRate,LocalDate>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <S extends MeedExchangeRate>
    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