Cloudflight Engineering Blog

Cloudflight Engineering Blog

Follow
homeRapid Web DevelopmentAbout CloudflightWork with us
Tag

hibernate

#hibernate

More content

Read more stories on Hashnode


Articles with this tag

Hibernate Optimistic locking with Spring Boot

Harald VoglHarald Vogl
Jun 21, 20226 min read

showing two cases: 1. concurrent database transactions & 2. concurrent long (UI) conversations · Optimistic locking is a concept to avoid concurrent...

Hibernate Optimistic locking with Spring Boot

DB-Lock-Issues with Transactional REQUIRES_NEW — More Spring/Java transaction handling pitfalls

Paul KlingelhuberPaul Klingelhuber
May 18, 20229 min read

If you haven’t read it yet, it’s probably a good idea to read part 1 of this post-series first. From now on we’ll assume that we remember roughly what...

DB-Lock-Issues with Transactional REQUIRES_NEW — More Spring/Java transaction handling pitfalls

Transactional REQUIRES_NEW considered harmful — Spring/Java transaction handling pitfalls

Paul KlingelhuberPaul Klingelhuber
Mar 7, 20227 min read

Databases and Transactions are great, Spring is great, Kotlin/Java are great (ofc. Kotlin is better 😉), simplifying transaction-handling is great....

Transactional REQUIRES_NEW considered harmful — Spring/Java transaction handling pitfalls