Skip to content

DAO Pattern

Latest
Compare
Choose a tag to compare
@giovaneneves7 giovaneneves7 released this 06 Apr 16:22
· 43 commits to master since this release

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