-->
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: Oracle : possibility to add comment on column
PostPosted: Mon Oct 11, 2004 9:00 am 
Newbie

Joined: Thu Apr 08, 2004 4:28 am
Posts: 16
Is it possible to add for example meta data (for example a comment) to a property in a mapping file, so that the schema-export generates a script with a comment for the column ?

I've an Oracle database and a script for adding comment on a table or a column looks like this :

Code:
COMMENT ON TABLE employee IS "Employee information";


Code:
COMMENT ON COLUMN  zip_code.zip_code IS '5 Digit Zip Code';


So I'm curious of this is also posible with the hibernate schema-export tool...


Thanks in advance!


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.