public class EmployeeDao extends Object
| Constructor and Description |
|---|
EmployeeDao() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
delete(int id) |
Employee |
get(int id) |
List<Employee> |
getAll() |
Collection<String> |
getOffices() |
Collection<String> |
getPositions() |
Employee |
save(Employee employee) |
public Employee get(int id)
public Collection<String> getOffices()
public Collection<String> getPositions()
public Employee delete(int id)
Copyright © 2015. All rights reserved.