| Package | Description |
|---|---|
| org.wildfly.camel.examples.rest.data |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRepository.findById(Long id) |
Customer |
CustomerRepository.save(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerRepository.delete(Customer customer) |
Customer |
CustomerRepository.save(Customer customer) |
Copyright © 2018. All rights reserved.