Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
i've been working on calling stored procedure then i notice that the fields are mismatch in the dbase..the mapped column did not match in the fields in the database and i have to re-arrange the mappings so that it matches the fields in the database...what is the most effecient or fastest way to mapped correctly the fields in the database correctly?
i call stored procedure like this:
<sql-insert>
{ ? = call my_proc(?,?,?,?) }
</sql-insert>
Did i missing something or what?why that the fileds mismatch in dbase?
MySQL 5
The generated SQL (show_sql=true):