linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

If you don't want a method to be enlisted in a transaction at all, what type of attribute can be used?

None of them
Both of them
@Transactional(readOnly = true)
@Transactional(propagation = Propagation.NEVER)

Answer:
@Transactional(propagation = Propagation.NEVER)

Note: This Question is unanswered, help us to find answer for this one