DAO Interface | DAO Tutorial for Beginners

preview_player
Показать описание
In this DAO tutorial for Beginners we will learn how to create a Data Access Object Interface. The DAO Interface defines the standard operations to be performed on model objects. It is an abstraction of the class that will hold the concrete implementation of our persistence logic.

Eclipse Project code is available on GitHub

Check out my YouTube Channel for more FREE videos

Do you want to learn more about Java and how you can grow your skills as a Java Developer? SUBSCRIBE and ring that bell!
Рекомендации по теме
Комментарии
Автор

Please, do not stop creating these valuable videos. Your content is rich, your voice is soothing!

scienceklinic
Автор

Continuing with our DAO tutorial series. Please Like, Comment and Subscribe! Cheers!

JavaCodeJunkie
Автор

Thank you for this video! Very objective and simple! It made things very clear!

and wow, you have a really manly voice, with all due respect.

Bruno
Автор

Really beautiful voice tembre! DAO interface - great stuff

cosmicjava
Автор

Hey, good job. You've got a new subscriber 💪, i love it, keep it up Sir!

francksgenlecroyant
Автор

hey, thanks for the video. Do we really need the Update and Insert method when we already have the save() method?

fevancampenhout
Автор

Can we write test for Crud operations without object(DTO, DAO) in our JDBC implementation, like methods (Delete by id, insert...etc) ?

slobodanbojic
Автор

Hi Dave, what happened to the 'T' class between video #3 and #4? Having a few issues making your code run as I've followed along in this series, and I've traced it back to some miscommunication between videos 3-4.

DriveBreakFixRepeat
Автор

hello. it seems wrong to use sqlException in the EmployeDao interface. what happen if you switch to a mongo db?.
fix me if i am wrong

thenetanel
Автор

So in this example DAO wouldn't work for reading employees from a CSV or Excel file nor a Monge / no-SQL database. Seems really fragile and overly coupled to a single paradigm and expectation to me. Isn't that what DAO was supposed to prevent?

skewty
welcome to shbcf.ru