论坛首页 入门技术论坛

hibernate annotation提供生成table、column的注释的方法了吗?

浏览 6627 次
该帖已经被评为新手帖
作者 正文
   发表时间:2008-06-19  
oracle是提供table、column的注释功能的
comment on column ...
在hibernate annotation中提供方法了吗?
   发表时间:2008-06-20  
把帖子评成新手帖了!也没见有人回答!
什么气氛!?
0 请登录后投票
   发表时间: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]
0 请登录后投票
   发表时间:2008-07-05  
我也有这个问题
0 请登录后投票
   发表时间:2008-07-05  
晕..原来是这样..
你去看看
http://docs.jboss.org/ejb3/app-server/HibernateAnnotations/reference/en/html_single/index.html#d0e152
0 请登录后投票
   发表时间:2008-07-07  
看了,没说怎么搞啊
0 请登录后投票
   发表时间:2008-08-15  
http://opensource.atlassian.com/projects/hibernate/browse/ANN-537
请查看这个bug.


0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics