-->
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.  [ 3 posts ] 
Author Message
 Post subject: Mapping precision of BigDecimal to store monetary amounts
PostPosted: Fri Mar 12, 2004 4:02 am 
Beginner
Beginner

Joined: Wed Mar 03, 2004 6:02 am
Posts: 46
Location: Kuala Lumpur, Malaysia
XDoclet will generate this column in MYSQL for a property of type BigDecimal.
Code:
amount NUMERIC(19, 255) not null

I want Xdoclet to generate NUMERIC(5,2) !

How can I customize the DDL generated from XDoclet ? Is the sql-type hint only supported within the mapping document ? Is there nothing in XDoclet that will provide the sql-type hint ?

Thanks

alistair


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 12, 2004 6:46 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
http://xdoclet.sourceforge.net/tags/hibernate-tags.html#@hibernate.column%20(0..*)

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 15, 2004 2:50 am 
Beginner
Beginner

Joined: Wed Mar 03, 2004 6:02 am
Posts: 46
Location: Kuala Lumpur, Malaysia
Merci


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

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.