My Learning Journey
Search
Search
Dark mode
Light mode
Explorer
Tag: jpa
2 items with this tag.
Mar 05, 2026
Why @Transactional Isn’t Enough — Solving the Double Spend with JPA Locking
java
spring-boot
jpa
transactions
concurrency
postgresql
Feb 28, 2026
Spring Boot Transactional REST API — From Raw JDBC to Four Layers
java
spring-boot
rest-api
jpa
transactions
backend