Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-transactions

Should I ever use @Transactional on a Service class

PROPAGATION_REQUIRED transaction attribute in spring?

Hibernate memory leak -BoundedConcurrentHashMap

Should I use @Transactional for simple queries with JdbcTemplate? [duplicate]

How to create @Trasactional on Private method in Spring Proxy

Spring transaction propagation_required issue

Why is Spring's Transaction Management not working with this configuration?

Should I avoid using the annotation @Transactional when the transaction only reads data?

Alternative of @Transactional annotation

javax.persistence.TransactionRequiredException: no transaction is in progress on @Lock annotation

Spring new transaction combined with Retryable

What precisely means setSessionTransacted in JMSTemplate?