Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

Mixing declarative and programmatic transactions with Spring and JPA listeners

MySQL table locking: holder reads and writes, other sessions only read?

With PHP and MySQL, should you check for rollback failures?

php mysql transactions innodb

Laravel tests don't rollback transaction after each test

Java Google Appengine sharded counters without transactions

Detect exception in AutoCloseable close()

How to make multiple REST requests transactional/atomic?

MySQLi Prepared Statements and Transactions

Can a transaction be propagated between EJBs from different applications in Weblogic?

BeginTransaction Hibernate necessary?

hibernate transactions

GAE transaction failure and idempotency

Unable to fill pool (no buffer space available)

CompletableFuture vs Spring Transactions

session.BeginTransaction() and transaction.Commit()

Is it ok to fire events from Dispose()?

InnoDB SELECT ... FOR UPDATE statement locking all rows in a table

MySQL - How to check if START TRANSACTION is active

Why nested transactions are not supported in JTA

SQL Server sys.databases log_reuse_wait question

How to retry a service method upon getting an OptimisticLockException with JPA and Hibernate