Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

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

Upgrading transaction.commit_manually() to Django > 1.6

@Transactional ignored in CDI Bean's base class

java transactions cdi

How to properly use transactions and locks to ensure database integrity?

How to start a transaction in JPA using entityManager

Rails ActiveRecord Transaction vs Class Transaction

Spring Data JPA streaming query methods cause an exception about transactions

How do I test my DAO update method in an AbstractTransactionalJUnit4SpringContextTests test?

What is zombie transaction?

sql-server transactions

MySQL repeatable read and lost update/phantom reads

Is it ok to catch and reraise an exception inside Django transaction.atomic()?

How do you configure the Transaction time out in Entity Framework 6 DbContext.Database.BeginTransaction?

What's the difference between READ_COMMITTED and SERIALIZABLE isolation levels in Oracle database?

java oracle transactions

Spring Service @Transactional doesn't rollback transaction Mybatis SqlSession

Is it required to execute 'ROLLBACK' upon error?

A lot of WriteConflict errors with MongoDB transactions

Is it possible to have a database transactions span multiple requests in rails?

How To Make Transactions Work In Grails