Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-transactions

Testing @TransactionalEvents and @Rollback

Difference between Spring JtaTransactionManager and HibernateTransactionManager

java.lang.ClassCastException: com.sun.proxy.$Proxy0 cannot be cast to org.andrea.myexample.myDeclarativeTransactionSpring.StudentJDBCTemplate

@Transactional Spring not creating a new transaction

How to rollback Spring Transaction when an Exception is thrown

Spring @Transactional method - participating transaction

How to ignore exceptions on delete if database id not exists anymore?

Spring @Transactional Timeout not working as expected

java spring-transactions

Rollback for doubly nested transaction bypasses savepoint

JTATransactionManager Not Committing To Database

How can I ignore spring @Transactional annotation for a specific method when @ActiveProfiles("test")

Transactions issues with spring scheduler & spring batch item writer

What is the default isolation level across nested transactions (instead of concurrent ones)?

Spring @Transactional v Spring Security @Secured inconsistent behaviour

org.springframework.test cannot be resolved also with maven dependency present

An integration test fails when running with other integration tests which have transactional enabled

spring start parallel transactions in integration test