sankemax
09/20/2018, 10:05 AM@Transactional
annotation works with IO
and ForIO extensions
. When this code executes, It is apparent that the @Transactional
doesn't work as expected, since the record that is created, isn't deleted on RuntimeException
. It means no rollback was initiated.