-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Is it possible for hibernate to generate DDL for COMMENTS?
PostPosted: Mon Feb 14, 2005 5:38 pm 
Newbie

Joined: Mon Feb 14, 2005 5:27 pm
Posts: 1
I would like the DDL generated by hibernate to include support for comments. I am using PostgreSQL (Oracle has the same feature) and would like to see statements such as

Code:
COMMENT ON TABLE mytable IS 'This is my table.';


being generated. There doesn't appear to be a place in the DTD that allows for this. The closest thing is the META tag which allows for a class description in generated java classes.

Code:
   <meta attribute="class-description">
        Javadoc for the Person class
        @author Frodo
    </meta>


I've looked at a few different places and it appears this functionality is not present in hibernate 2.1. Could someone pleace point me in the right direction or suggest how I can request this feature?

Thanks!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.