Hello, I'm using sql2java to generate the DAO classes from an Oracle 10i Database. The problem is that I have columns in the database with Timestamp and Interval types and sql2java does not recognised these types and generates them as Object types in Java. Does anyone know why or how I can solve this? I'm using sql2java 2.6.1
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm using sql2java to generate the DAO classes from an Oracle 10i Database. The problem is that I have columns in the database with Timestamp and Interval types and sql2java does not recognised these types and generates them as Object types in Java. Does anyone know why or how I can solve this? I'm using sql2java 2.6.1
Thanks