`
fourfire
  • 浏览: 407011 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

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

    博客分类:
  • Java
阅读更多
oracle是提供table、column的注释功能的
comment on column ...
在hibernate annotation中提供方法了吗?
分享到:
评论
6 楼 tedeyang 2008-08-15  
http://opensource.atlassian.com/projects/hibernate/browse/ANN-537
请查看这个bug.


5 楼 fourfire 2008-07-07  
看了,没说怎么搞啊
4 楼 rain16881 2008-07-05  
晕..原来是这样..
你去看看
http://docs.jboss.org/ejb3/app-server/HibernateAnnotations/reference/en/html_single/index.html#d0e152
3 楼 rain16881 2008-07-05  
我也有这个问题
2 楼 fourfire 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]
1 楼 fourfire 2008-06-20  
把帖子评成新手帖了!也没见有人回答!
什么气氛!?

相关推荐

Global site tag (gtag.js) - Google Analytics