Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-transactions

What are advantages of using @Transactional(readOnly = true)?

Handle spring-data-rest application events within the transaction

Prevent Dozer from triggering Hibernate lazy loading

Setting Up Annotation Driven Transactions in Spring in @Configuration Class

How to set autocommit to false in spring jdbc template

Spring JPA repository transactionality

Why do spring/hibernate read-only database transactions run slower than read-write?

Spring nested transactions

The matching wildcard is strict, but no declaration can be found for element 'tx:annotation-driven'

Synchronising transactions between database and Kafka producer

Spring transaction REQUIRED vs REQUIRES_NEW : Rollback Transaction

How to manually force a commit in a @Transactional method? [duplicate]

Spring - Is it possible to use multiple transaction managers in the same application?

What is the difference between defining @Transactional on class vs method

@Transactional method calling another method without @Transactional anotation?