public interface ProductRepository extends CrudRepository<Product,java.lang.Long>
Modifier and Type | Method and Description |
---|---|
void |
update(java.lang.Long id,
java.math.BigDecimal price) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll
void update(@Id java.lang.Long id, @Parameter(value="price") java.math.BigDecimal price)