标签: hibernate annotations increment
我通过在表格中使用自动增量选项保持主键的自动增量。 我说使用了hibernate。
但是现在我想使用Hibernate Annotation自动增加一个不是主键列的列。 请帮忙。提前谢谢。
答案 0 :(得分:1)
在特定字段
@GeneratedType
private int non_Primary_field