Hi, I'm using arrow in a spring boot application. ...
# functional
s
Hi, I'm using arrow in a spring boot application. I was wondering whether the
@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.