您只需要添加一个带有注释的字段
@Version:
public class Customer { @Id private Long id; @Version private Long version; // rest of the fields, etc.}阅读此文章以了解更多信息。

您只需要添加一个带有注释的字段
@Version:
public class Customer { @Id private Long id; @Version private Long version; // rest of the fields, etc.}阅读此文章以了解更多信息。