如何通过hibernate生成时向某些实体函数添加注释

时间:2015-08-17 14:42:55

标签: hibernate annotations

我正在通过hibernate使用eclipse为数据库表生成实体类。

该表有一个id列。我想添加自定义注释(myprojectannotation),如示例中提到的生成ID的集合函数。

@myprojectannotation(field="id")
public void setId(Long id) {
    this.id = id;
}

0 个答案:

没有答案