decimal « Column « JPA Q&A





1. Hibernate MS-SQL Wrong column type Found: decimal, expected: float    stackoverflow.com

I have created some columns in my My SQL database and have evidently not created floating point before because I had to look it up. For SQL compliance, I created my ...

2. Confusion of DECIMAL and NUMERIC column types in DB2    forum.hibernate.org

I faced the same problem as as described in HHH-2261 but for DB2 ver 9.1 instead of MySQL. As a workaround, I subclassed DB2Dialect as suggested in the issue details and my problem was resolved. Since, I'm new to hibernate I'm a bit concerned with this solution for the following reasons: (a) I searched everywhere to see if any other DB2 ...