| Package | Description |
|---|---|
| org.osgi.enroute.examples.microservice.dao | |
| org.osgi.enroute.examples.microservice.dao.dto |
| Modifier and Type | Method and Description |
|---|---|
AddressDTO |
AddressDao.findByPK(String emailAddress) |
| Modifier and Type | Method and Description |
|---|---|
List<AddressDTO> |
AddressDao.select(Long personId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDao.save(Long personId,
AddressDTO data) |
void |
AddressDao.update(Long personId,
AddressDTO data) |
| Modifier and Type | Field and Description |
|---|---|
List<AddressDTO> |
PersonDTO.addresses |
Copyright © 2018 OSGi Alliance. All rights reserved.