Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

Strange behaviour with @Transactional(propagation=Propagation.REQUIRES_NEW)

How to commit a SQLite transaction in C/C++?

c++ sql c sqlite transactions

Setting Up Annotation Driven Transactions in Spring in @Configuration Class

How does Zend\Db in ZF2 control transactions?

What is a database session?

How to restart transactions on deadlock/lock-timeout in Spring?

EJB3 Transaction Propagation

Mongoose.js transactions

mongodb transactions

Why is "hibernate.connection.autocommit = true" not recommended in Hibernate?

Yii2 save related records in single save call in single transaction

Trigering post_save signal only after transaction has completed

Why doesn't TransactionScope work with Entity Framework?

What transaction manager to use? (JPA, Spring)

java spring jpa transactions

Does Postgres support nested or autonomous transactions?

Hibernate: how to disable automatic saving of dirty objects?

hibernate transactions

When should I consider using a in memory database and what are the issue to look out for?

How does SqlConnection manage IsolationLevel?

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction

what does a using statement without variable do when disposing?

Do I really need to use "SET XACT_ABORT ON"?