com.parthparekh.service.db
Interface ProductRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Product,java.lang.String>, org.springframework.data.repository.Repository<Product,java.lang.String>

public interface ProductRepository
extends org.springframework.data.repository.CrudRepository<Product,java.lang.String>


Method Summary
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, delete, deleteAll, exists, findAll, findAll, findOne, save, save