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
DaoException
String delete(int id) throws DaoException
DaoException
T get(int id) throws DaoException
DaoException
Copyright © 2023. All rights reserved.