Skip to content

Database interaction with DAO and DTO design patterns and perform CRUD operation ( Create , Read , Update , Delete ) using prepared statement .

Notifications You must be signed in to change notification settings

naman14310/Design_Patterns_In_Java_CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Design-Pattern in Java (DAO-DTO)

Database interaction with DAO and DTO design patterns and perform CRUD operation ( Create , Read , Update , Delete ) using prepared statement .

DAO: "Data Access Object" is an industry design pattern.A DAO design pattern helps an application to perform various CRUD operations on the database. The DAO classes provide methods for insertion, deletion, updation and finder methods. The basic purpose of creating DAO is the loose coupling and non-repeation of code.

DTO: "Data transfer objects " can travel between seperate layers in software architecture.

About

Database interaction with DAO and DTO design patterns and perform CRUD operation ( Create , Read , Update , Delete ) using prepared statement .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages