Spring Transaction Management with Spring Data JPA | Code Debugger

preview_player
Показать описание
Spring Transaction Management with Spring Data JPA

#SpringTransaction #SpringDataJPA #SpringBoot

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

This question was asked in my interview at one of the Mnc.
Thank you for explaining it in very simple terms

shraddhabais
Автор

This is the only video which gave me proper knowledge about @Transactional annotation...Thanks a lot

beyondthenature
Автор

This was very brilliant tutorial. I really understood @Transaction For first time

ramdafale
Автор

wow! thank you so much, such a great explanation with real coding.

sangeetakumari
Автор

Perfect tutorial. I was looking for this example. Thanks a lot.

jitendrapatil
Автор

Thanks for the video and please do explain little more on transactional annotation. 😊

thinklog
Автор

But spring data jpa implements transaction for crud operation

ILuvBilli
Автор

CAN you help me with Versioning of Microservices concept ?

ramdafale
Автор

could you explain also propagation and isolation in example plz

MrSalahayman
Автор

Great video. Can we get a video on transaction in microservice means when calling two different microservice?

_ravi_kumar_gupta
Автор

This was my interview question and I couldn't answer
But here I found xactly same solution ...

LovebhatiaYT
Автор

Thanks for the video. That's really helpful.
But i have one query. I'll try to keep it as simple as I can.

Suppose I am calling 4 different services from my application. From 1st service I am fetching data, 2nd service I am updating data into Database, 3rd is doing some delete operation followed by 4th service update operation. Now all these operations are to be managed within single transaction. How can I do it. Assume these services have their own databases. Can it be done by using spring transaction management?

Can someone please help me with this?
Thanks !!!

SouravAswal
Автор

it has better @transactional should be on the method bookAppointment

jaytran