Interface CustomerRequestRepository
- 
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<CustomerRequest,java.lang.String>,org.springframework.data.mongodb.repository.MongoRepository<CustomerRequest,java.lang.String>,org.springframework.data.repository.PagingAndSortingRepository<CustomerRequest,java.lang.String>,org.springframework.data.repository.query.QueryByExampleExecutor<CustomerRequest>,org.springframework.data.repository.Repository<CustomerRequest,java.lang.String>
@Repository public interface CustomerRequestRepository extends org.springframework.data.mongodb.repository.MongoRepository<CustomerRequest,java.lang.String>
 
- 
- 
Method Summary
- 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save 
- 
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAll 
 - 
 
 -