notes/pl/java/libfws/spring/data/features/transactions.txt
ihar_hancharenka d20105f180 m
2025-10-16 13:11:18 +03:00

48 строки
2.4 KiB
Plaintext

https://docs.oracle.com/javase/tutorial/jdbc/basics/transactions.html
baeldung
https://www.baeldung.com/spring-programmatic-transaction-management
2025
JavaTechie - How Spring @Transactional Works Internally ? ( AOP, Proxies & Debug Walkthrough) of 33:49
https://www.youtube.com/watch?v=eWl8G7NDKqo
JavaTechie - Spring Transaction Management : End-to-End Guide | Real-Time Use Case 0:00 of 2:22:12
https://www.youtube.com/watch?v=REXALUYxDIs
JavaTechie - Spring Transaction of p4
https://www.youtube.com/playlist?list=PLVz2XdJiJQxxj_zMhm6zCPO6zhtOcq-wl
2023
VillageJaverCorner - Spring Framework Transactions 1:00 of 1:20:20
https://www.youtube.com/watch?v=ZVYzVqqVrms
https://reflectoring.io/spring-transactions-and-exceptions/
rollbackFor, noRollbackFo, default - onnly in the case of runtime, unchecked exceptions (RuntimeException, Error)
https://habr.com/ru/articles/871582/
https://habr.com/ru/post/725064/
2022
JPointJokerAndJUGRu - Letov - Use Transactional Like a Pro of 1:16:30
https://www.youtube.com/watch?v=QZ9rXZT0DlQ
https://habr.com/ru/company/rosbank/blog/707378/
https://github.com/TechniXC/transactions-locks-app
TransactionAdviser makes decision whether to commit or not
Transaction propagates in threadlocal only
https://www.marcobehler.com/guides/spring-transaction-management-transactional-in-depth
https://habr.com/ru/post/682362/
https://talktotheduck.dev/spring-transaction-debugging-in-production-with-lightrun
https://vladmihalcea.com/spring-transaction-best-practices/
https://www.reddit.com/r/java/comments/vioj6v/spring_transaction_best_practices/
https://vladmihalcea.com/spring-transactional-annotation/
https://habr.com/ru/company/otus/blog/649093/
2021
https://levelup.gitconnected.com/spring-data-transactional-caveats-f6edd41d6785
https://habr.com/ru/post/567368/
2020
https://vladmihalcea.com/read-write-read-only-transaction-routing-spring/
Leonard - Spring Boot Persistence Best Practices
CE5CECDBD9597003E8605C0E547885E3
magnet:?xt=urn:btih:a6912cfd2d2063a80484ab06a17611bc6fd435a6
2019
https://spring.io/blog/2019/05/16/reactive-transactions-with-spring
https://paluch.biz/blog/179-reactive-relational-database-transactions.html
https://www.youtube.com/watch?v=9henAE6VUbk
2016
https://dzone.com/articles/spring-transaction-management
https://habr.com/company/otus/blog/431508/