The detaching pitfall of declarative transaction management with Spring and JPA/Hibernate
Anyone who is familiar with Spring and JPA knows about the magical @Transactional annotation which helps us to focus on the business logic rather than programming transactions around. This approach is so Continue reading