Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

how to resolve plenty of concurrent write operation in Oracle?

Do Hibernate session and Entity manager share the same transaction?

How to make these two simultaneous transactions succeed at all times, without causing a uniqueness violation?

Begin transaction in Oracle - rollback in autocommit

OpenRDF Sesame: how to handle locking?

Question About TransactionScope in .NET

Hibernate: difference between session.get(EntityName.class, Id) and using Criteria

postgres deadlock without explicit locking

Gap-less sequence where multiple transactions with multiple tables are involved

JTA Synchronization and Timeouts

java transactions jta

Spring JPA transaction commits before the @Transactional annotated method ends

spring jpa transactions

Transactions commit and rollback with Entity Framework, Mysql and LINQ to SQL in C#

Transaction RollBack after catching exception

java spring transactions

DbContextTransaction and Multi-thread: The connection is already in a transaction and cannot participate in another transaction

org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread

What is the use case for Django's on_commit?