@Repository public interface CustomerRepository extends org.springframework.data.jpa.repository.JpaRepository<Customer,Long>
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
findByFirstName(String name) |
List<Customer> |
findByLastName(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2022. All rights reserved.