Interface Dao<T>

All Known Implementing Classes:
DaoImp, PatientDao, TreatmentDao

public interface Dao<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(T t)
     
    void
    deleteById(long key)
     
    read(long key)
     
     
    void
    update(T t)