Hello,
We are considering using hbm2ddl with ant target “org.hibernate.tool.ant.HibernateToolTask” and “hibernatetool” to generate DDL (sql schema definitions ) out of “jpaconfiguration”
Ie we have already JPA classes and from them we want to create DDL using hbm2ddl .
At first everything seemed fine, but we have run into a problem. We would like to map BigDecimal into Money Sybase database type and number (19, 4) on Oracle. We now always get Float or something and we don’t know how to change that.
Is there a solution for this issue? My experience with hibernate is quite limited, we are just starting so help is very much appreciated,
Best Regards
|