首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

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

2012-11-06 
hibernate annotation提供生成table、column的注释的方法了吗?oracle是提供table、column的注释功能的commen

hibernate annotation提供生成table、column的注释的方法了吗?
oracle是提供table、column的注释功能的
comment on column ...
在hibernate annotation中提供方法了吗? 1 楼 fourfire 2008-06-20   把帖子评成新手帖了!也没见有人回答!
什么气氛!? 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] 3 楼 rain16881 2008-07-05   我也有这个问题 4 楼 rain16881 2008-07-05   晕..原来是这样..
你去看看
http://docs.jboss.org/ejb3/app-server/HibernateAnnotations/reference/en/html_single/index.html#d0e152 5 楼 fourfire 2008-07-07   看了,没说怎么搞啊 6 楼 tedeyang 2008-08-15   http://opensource.atlassian.com/projects/hibernate/browse/ANN-537
请查看这个bug.


热点排行