| Package | Description |
|---|---|
| com.example.helloworld.db | |
| com.example.helloworld.resources | |
| com.example.helloworld.views |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonDAO.create(Person person) |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PersonDAO.findAll() |
Optional<Person> |
PersonDAO.findById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonDAO.create(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Person |
PeopleResource.createPerson(@Valid Person person) |
Person |
PersonResource.getPerson(LongParam personId) |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PeopleResource.listPeople() |
| Modifier and Type | Method and Description |
|---|---|
Person |
PeopleResource.createPerson(@Valid Person person) |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonView.getPerson() |
| Constructor and Description |
|---|
PersonView(PersonView.Template template,
Person person) |
Copyright © 2011. All rights reserved.