| Package | Description |
|---|---|
| org.osgi.enroute.examples.microservice.dao |
| Modifier and Type | Method and Description |
|---|---|
PersonDTO |
PersonDao.findByPK(Long pk) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonDTO> |
PersonDao.select() |
| Modifier and Type | Method and Description |
|---|---|
Long |
PersonDao.save(PersonDTO data) |
void |
PersonDao.update(PersonDTO data) |
Copyright © 2018 OSGi Alliance. All rights reserved.