Skip to content

dev-adriano-lira/dao-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objectives:

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:

img.png

UML from domain models:

img_1.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages