[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-537) Support @Comment or column attribute on @Table and @Column

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Sep 7 10:14:14 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28035 ] 

Emmanuel Bernard commented on ANN-537:
--------------------------------------

Great!

Start downloading the code

svn http://anonsvn.jboss.org/repos/hibernate/core/branches/Branch_3_2/ core
svn http://anonsvn.jboss.org/repos/hibernate/annotations/trunk/ annotations

in code run ant prepare-dir-up
then the code is in annotations

Specifically, you are looking for AnnotationBinder / PropertyBinder / SimpleValueBinder I think

What I imagine is a
@ColumnOrFormula annotation
@ColumnOrFormula(column=@j.p.Column, formula=@Formula, @o.h.a.Column)

@o.h.a.Column is a new annotation that would host thew comment

Let's move the discussions to the development mailing list hibernate-dev at lists.jboss.org (needs registration to post)

> Support @Comment or column attribute on @Table and @Column
> ----------------------------------------------------------
>
>                 Key: ANN-537
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-537
>             Project: Hibernate Annotations
>          Issue Type: Improvement
>          Components: binder
>    Affects Versions: 3.2.1
>            Reporter: Max Rydahl Andersen
>
> with hbm2ddl and hbm2doc its a shame that Annotation does not support setting a comment on table and columns.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list