- All Known Implementing Classes:
DaoImp
,PatientDao
,TreatmentDao
public interface Dao<T>
-
Method Summary
-
Method Details
-
create
- Throws:
SQLException
-
read
- Throws:
SQLException
-
readAll
- Throws:
SQLException
-
update
- Throws:
SQLException
-
deleteById
- Throws:
SQLException
-