@testtest-f7r4s

Its  very clean explanation !!!. Thanks a lot

@vaibhavmalviya9645

Nice knowledge and information πŸ‘πŸ‘

@arsalalam5998

very nicely explained with possible scenarios and code run.

@sachinaherrao8274

Superb explanation, this is probably most in depth series about transaction management on you tube. Kudos to your efforts.

@narendrakumariitb

Hey Abhilash, thank you for sharing this gem of a content here. Needless to say you are a great teacherπŸ‘. Waiting for continuation video.

@vageeshanvageesh5583

Best of the best ❀❀, Thank you abhi

@pankajkscs

Thanks sir
for your continuous support ---I'm Pankaj

@gopalchithukati4614

Waiting for spring boot πŸ’–πŸ’–

@ramazanaktas748

For those who doesn't understand why to use: If you need etiher all successful or rollback at single failure (all or nothing), data integrity (especially when you need multiple operations in single logic and need auto rollback) and when session doesn't cover your all logic (perhaps you have lazy associations you need to access down the road).
Why to be careful? Connection will stay open, so make sure you can't handle the logic within the boundaries of a session before considering using transactional annotation.
@Transactional = ACID

@pratikshakhedkar1677

This was something I wanted. Thank you so much πŸ€—

@jayjoshi1366

49:24 What I think is, if we put the throw new RuntimeException() code inside try-catch block and inside the catch block if we try to rollback our transaction, then it will work as desired. But although that is not a good programming approach.
Please correct me if I am going wrong.

@welovelearning184

Thank you so much.  I am so curious remaining lessons. Hope will be uploaded.

@nguyenquan4836

Hi Abhilash, thank you for deep explanation.

@vanipradhas88

More Informative session

@nabinghoshmaths6834

Wish you get 100k subscriber soon

@Mobashir-od9fo

Thank u so much @Abhilash sir for Sharing this video.      these type of video helps a lot to getting better understanding , in the learning phase. sir if possible ->then make in-depth video on SpringBoot and microservices.  its my humble request to you..Again Thank u so much☺

@alesblaze4745

Thanks a lot mate!

@anshupanda2149

next session bro,, waiting !!!

@mohammadmutawe9783

Thanks Abhilash πŸ‘
I wish if you start adding github link for your nicely explained videos πŸ€“πŸ€“

@Momlifeindia

Greetings of the day Abhilash, could  you pls bring a complete playlist on Spingboot for folks who know spring core and MVC