hibernate annotation提供生成table、column的诠释的方法了吗
hibernate annotation提供生成table、column的注释的方法了吗?
oracle是提供table、column的注释功能的
comment on column ...
在hibernate annotation中提供方法了吗?
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]
@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
你去看看
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.
请查看这个bug.