标签: hibernate annotations
我正在通过hibernate使用eclipse为数据库表生成实体类。
该表有一个id列。我想添加自定义注释(myprojectannotation),如示例中提到的生成ID的集合函数。
@myprojectannotation(field="id") public void setId(Long id) { this.id = id; }