float « Oracle « JPA Q&A





1. oracle wont float but will double    forum.hibernate.org

has anyone experienced, that the float mapping using oracle 9i (9.2.0.1) does NOT work, while double works fine? whenever we store a float value, it is truncated to an integer value. changing the mapping and the bean to double works like expected. I use the right jdbc driver for our version, like provided by oracle and I use jdk 1.4.2. anyone ...

2. float rounding on Oracle    forum.hibernate.org

3. Hibernate + Oracle: round float values    forum.hibernate.org