Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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"?

How to raise an ActiveRecord::Rollback exception and return a value together?

How to use transactions with the Entity Framework?

MySQL 'select for update' behaviour

mysql transactions locking

how to convert data.frame to transactions for arules

JPA - When to use getTransaction() when persisting objects

Understanding Spring transactions - What happens when a transactional method calls another transactional method?

java spring transactions

Hibernate 2nd level cache invalidation when another process modifies the database

Transactional annotation on whole class + excluding a single method

SQL Server BEGIN/END vs BEGIN TRANS/COMMIT/ROLLBACK

sql sql-server transactions

Can you have multiple transactions within one Hibernate Session?

SQL Server: Does 'DROP TABLE' inside transaction causes an implicit commit?

sql transactions drop-table

EJB 3.0 - Nested Transaction != Requires New?

Rollback the inner transaction of nested transaction

sql-server transactions