@Id
@Column(name = "my_id")
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Version
@Column(name = "my_version")
private Integer version;
I'm just wondering if it's possible to use RequestFactory with id and version with differen column names
Thanks Patrick
No comments:
Post a Comment