You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understand the features of JDBC, as well as learn how to build the basic structure of a project and implement the DAO design pattern manually with JDBC.
Features implemented:
insert;
update;
delete;
findById;
findAll;
findByDepartment.
🛠️ Tools used:
Java;
JDBC;
MySQL;
Git e GitHub.
UML from DAO, Factory and interface implementation: