i have a table with id field type BIGINT in MySQL
in hibernate object, i use java Long type for this field
but when run program, it throw exception: Ex
Ex
Does it help if you add a columnDefinition like columnDefinition = “bigint(20)″ to your mapping parameters?