DAO Pattern added to the project
The DAO(Data Access Object) pattern was added to the project, creating layers for data persistence logic.
Entities:
AbstractEntity
↳Student
DAO:
GenericDAO
↳StudentDAO
↳ StudentDAOImpl