Error when calling pl/sql frunction using JdbcTemplate when method is annotated with @Transactional

后端 未结 0 1418
长情又很酷
长情又很酷 2021-02-19 22:20

A strange behavior happen if I annotate method with @Transactions. The code is something like:

@Transactional(rollbackOn = BookkeepingException.class )
    public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题