rrader
10/13/2019, 10:07 AMMarko Mitic
10/13/2019, 10:11 AM@Throws
help?rrader
10/13/2019, 10:36 AM@Transactional(rollbackFor = [Exception::class])
but I think it will be better if this will be handled by Spring by defaultjbnizet
10/13/2019, 6:56 PMrrader
10/13/2019, 10:18 PMIOException
, and in this case the transaction will not rollback already mutated data because IOException
is not a subclass of RuntimeException