Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

How to write correct/reliable transactional code with JAX-RS and Spring

Atomic operations on several transactionless external systems

transactions atomic

At which line in the following code should I commit my unit of work?

Slick 3 session with rollback

scala transactions slick

GAE/P: Transaction safety with API calls

NHibernate: is it valid to call Session.Flush() before committing a transaction?

Is it a correct behaviour of transactions?

DDD: Reference another aggregates child entity

What happens if you don't roll back a transaction in Hibernate?

Is Rollback automatic in a "Using" scope with C# SQL Server calls?

Are CREATE TABLE statements in SQL Server immune to ROLLBACK?

Spring @transaction not working as expected in junit in non debug mode

Combine inserts into one transaction Python SQLite3

Are SQL queries guaranteed to execute atomically when using UNION?

sql transactions

JDBC: foreign key on PK created in same transaction

java mysql transactions

MSMQ receive with transaction - rollback not making message available again

Spring transactions TransactionSynchronizationManager: isActualTransactionActive vs isSynchronizationActive

How to rollback to savepoint nested transactions using Hibernate

Is it ok to use DataSourceTransactionManager for ORM persistence instead of HibernateTransactionManager?

Difference between a hibernate transaction and a database transaction done using sql queries?

sql hibernate transactions