可用下面的的注解来定义。
@Version @Column(name = "version", nullable = false, columnDefinition = "bigint COMMENT 'Data version'") protected Long version = 0L;
这个需要定义在字段上。