I just be doing something wrong or this is a very dumb bug.
I'm trying to make an entity class to match a table in my sybase12 database... My problem is one of the columns in the table is a "real" type and hibernate is having trouble matching real with float... It seems that the hibernate.diale ct.SybaseDialec t does not have the "real" type (java.sql.Types = 7).
Has anybody experienced this? is there a solution or am i missing something?
-BJ
I'm trying to make an entity class to match a table in my sybase12 database... My problem is one of the columns in the table is a "real" type and hibernate is having trouble matching real with float... It seems that the hibernate.diale ct.SybaseDialec t does not have the "real" type (java.sql.Types = 7).
Has anybody experienced this? is there a solution or am i missing something?
-BJ
Comment