13 Reply Dao Accesssing from Main Controller in Hindi

Опубликовано: 16 Май 2026
на канале: College Buddy
61
3

In this lecture, we have discussed all methods of the ReplyDao and ReplyDaoImplementations and also accessed from the MainController.

DAO: Data Access Object
DAO helps us to communicate with the database to data manipulate from an entity. Each entity is having its Dao. And It consists of crud operations of an entity.

CrudOperations: Insertion, Updation, Deletion, Selection.

DaoImplementations are the implementations of the individual Daos. All the method implementations go here.

Note: ServiceImplementations are annotated by @Service annotation and DaoImplementations are annotated by @Repositoy annotation.

Facebook page :
  / rajajideveloperbaboo  

do{
subscribe();
} while(!subscribed);
do{
like();
}while(!liked);
do{
comments();
}while(1);