Finally I found the problem.
Anyone using MySql 5 and above needs different dialect for hibernate.
Use MySQL5InnoDBDialect
instead of MySQLInnoDBDialect.
Everything is fine after changing the dialect.
Thanks everyone for your contribution. Specially AUNG MYO ZAW.