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

Greg Woolsey (JIRA) noreply at atlassian.com
Mon Nov 3 18:25:14 EST 2008


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

Greg Woolsey commented on ANN-537:
----------------------------------

Something to keep in mind - the Infobright MySQL storage engine looks for a column comment of  'lookup' to trigger storing a column as lookup values rather than raw values.  Whatever implementation is done for comments in annotations should try to play nice with this (admittedly hackish) convention:

http://www.infobright.org/wiki/How_and_When_to_use_Lookups/


> 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
>         Attachments: Comment-Annotations-for-hibernate-annotations-3.3.0.ga.diff
>
>
> 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