public interface DAO<T>
| Modifier and Type | Method and Description |
|---|---|
String |
delete(int id) |
T |
get(int id) |
Integer |
save(T t) |
Integer save(T t) throws DaoException
DaoExceptionString delete(int id) throws DaoException
DaoExceptionT get(int id) throws DaoException
DaoExceptionCopyright © 2019. All rights reserved.