Interface SaleRepository

All Superinterfaces:
CrudRepository<Sale,String>, GenericRepository<Sale,String>

public interface SaleRepository extends CrudRepository<Sale,String>
  • Method Details

    • updateQuantity

      long updateQuantity(@Parameter("id") @Id String id, @Parameter("quantity") Quantity quantity)