Releases: giovaneneves7/OOP-Project-with-JPA-and-Hibernate
Releases · giovaneneves7/OOP-Project-with-JPA-and-Hibernate
DAO Pattern
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