Hi there,


does anybody has a good solution for handling decimals (fixed point types) 
short of inventing your own db-mapping and/or meta-facade?



As of V3.0 there are the following problems:



- there is no way of specifying the number of decimals for a

datatype::Decimal

  consequence: for HSQL it is generated as DECIMAL with zero length

fraction.



- the type used in the ejb-cartridge is double (I would prefer

java.lang.Decimal,

  or even int, since, because float and double are going to cause ugly

  problems with rounding errors). Alas, without precautions,

java.lang.Decimal might cause problems in the JDBC-mapping.



Any ideas?

Thomas
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=399#399
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to