In order your problem could be solved you should provide more information. From exception stacktrace I can guess that you use hibernate with Access database and its driver which provided by Microsoft and you are trying to update a table which has BIGINT type the other things needed are your hibernate mapping, Table SQL Schema and the code where you get this exception.