Best Practice to Develop Persistence or DAO Layer

preview_player
Показать описание
In this video, we will discuss a few best practices that we need to follow while developing the Persistence/DAO layer.

The Data Access Object (DAO) pattern is a structural pattern that allows us to isolate the application/business layer from the persistence layer (usually a relational database, but it could be any other persistence mechanism) using an abstract API.

#javabestpractices #dao #java
Рекомендации по теме
Комментарии
Автор

thank you so much sir , great explanation

priyankakumari-oyvu
Автор

I had a doubt suppose we have to use multiple daos using db transactions should we intiate transaction at service layer and then pass it to other dao layers?

tesla
Автор

thank you very mutch ... sir can you provide the presentaion in the video
thanks

teckinfodz