Interface SaleRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Sale,String>, org.springframework.data.repository.PagingAndSortingRepository<Sale,String>, org.springframework.data.repository.Repository<Sale,String>

public interface SaleRepository extends org.springframework.data.repository.CrudRepository<Sale,String>, org.springframework.data.repository.PagingAndSortingRepository<Sale,String>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

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

    findAll, findAll