浏览 306 次
|
该帖已经被评为新手帖
|
|
|---|---|
| 作者 | 正文 |
|
最后更新时间:2008-06-19
oracle是提供table、column的注释功能的
comment on column ... 在hibernate annotation中提供方法了吗? 声明:JavaEye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
|
|
| 返回顶楼 | |
|
最后更新时间:2008-06-20
把帖子评成新手帖了!也没见有人回答!
什么气氛!? |
|
| 返回顶楼 | |
|
最后更新时间:2008-06-24
自己搞定一个,为表增加comment的方法
@Entity @Table(name="GZL_ACTION_DEFINE") @org.hibernate.annotations.Table(appliesTo = "GZL_ACTION_DEFINE",comment="流程活动定义表") column好像是不行的 [url] http://opensource.atlassian.com/projects/hibernate/browse/ANN-537 [/url] |
|
| 返回顶楼 | |
|
最后更新时间:2008-07-05
我也有这个问题
|
|
| 返回顶楼 | |
|
最后更新时间:2008-07-05
晕..原来是这样..
你去看看 http://docs.jboss.org/ejb3/app-server/HibernateAnnotations/reference/en/html_single/index.html#d0e152 |
|
| 返回顶楼 | |
|
最后更新时间:2008-07-07
看了,没说怎么搞啊
|
|
| 返回顶楼 | |
|
最后更新时间:2008-08-15
|
|
| 返回顶楼 | |





