Re: How to annotate a column to represent int unsigned datatype ?

2012-07-01 Thread Muhammad Gelbana
First of all, thank you both for your time :) Michael, I'm very sorry it didn't work. I can't figure out the difference between sqlType and jdbcType ! I tried your suggestions with different flavors such as (INTEGER(11) UNSIGNED and switched cases) but none worked. @Column(sqlType = INT(11)

Re: How to annotate a column to represent int unsigned datatype ?

2012-07-01 Thread Muhammad Gelbana
SQL type INT(11) UNSIGNED declared for field of java type java.lang.Long cant be mapped for this datastore. :) This is killing me ! ehehehhe On Sun, Jul 1, 2012 at 11:22 PM, Michael Bouschen michael.bousc...@akquinet.de wrote: Hi, I'm wondering why the error message says the SQL type