public interface StatisticsDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
void |
deleteAll() |
List<Statistics> |
findAll() |
Statistics |
findById(String Id) |
Statistics |
findByPid(String Pid) |
Statistics |
save(Statistics statistic) |
List<Statistics> findAll()
Statistics findById(String Id)
Statistics findByPid(String Pid)
Statistics save(Statistics statistic)
void deleteAll()
void delete(String id)
Copyright © 2022. All rights reserved.