Transaction Propagation and Isolation in Spring @Transactional 1. Introduction In this tutorial, we’ll cover the @Transactional annotation and its isolation and propagation settings. 2. What Is @Transactional? We can use @Transactional to wrap a method in a database transaction. It allows us to set propagation, isolation, timeout, read-only, and rollback conditions… Continue Reading spring-transactional-propagation-isolation