JPA 2.2 @Version not incremented when service method is @Transactional

后端 未结 0 594
花落未央
花落未央 2020-12-10 11:44

I have an entity with

@Version
    private Long version;

I have a service method that updates the entity. The service method calls repository

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