Skip to content

Releases: giovaneneves7/OOP-Project-with-JPA-and-Hibernate

DAO Pattern

06 Apr 16:22
Compare
Choose a tag to compare

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