I've tried all the answer I've found on stackoverflow and other websites. It's pretty common but looks like each case has its solution. I generated the mapping files using JBoss Hibernate tool on eclipse, so I'm surprised it has mapping error. Hibernate can't find the getter for idparameters (I changed the database column to all lowercase to make sure it's not some case problem, but no avail) Anybody can point out the problem?
Parameter class generated by Hibernate Parameters.java
The xml mapping generated by Hibernate Parameters.hbm.xml
And the error itself
Parametersclass to generate the hibernate mapping file?