Ho to prevent @Transactional to close transaction if new thread started inside annotated method?

前端 未结 0 1541
野性不改
野性不改 2021-02-12 19:48

Having a following service implementation:

@Transactional
   public Void process(Data data)
   {
      ExecutorService executorService = Executors.newSingleThread         


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