Đang mở hậu trường...
Chọn đáp án để xem tỉ lệ cộng đồng và giải thích. Câu hỏi được chọn tự động — mọi người cùng làm 1 câu mỗi ngày.
You are developing a Spring Boot application. Inside a Service class, a public method `processOrder()` calls another public method `logHistory()` within the same class. Both methods are marked with @Transactional. You notice that even if `logHistory()` contains logic meant to be transactional, that configuration is ignored. Why does this happen?