I've implemented an extension of hibernate plugin to
support column comments. But I've implemented it on
xdoclet version 1.

The column comment:

<column name="FOO_NAME">
   <comment>The name of Foo</comment>
</column>

is useful to add comments in oracle, for example. My
notation was:

/**
 * @hibernate.column name="FOO_NAME" comment="The name
of Foo"
 */


What you think about?
Thanks,
Ranieri Severiano


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

Reply via email to