i have already added that:
this are some of the lines:
6:43:27,906 INFO [STDOUT] Hibernate: insert into bankloanproposal (loanperiod, interestrate, interestapplfreq, intcalcmethod, compondfreq, fixedorfloating, typeofloan, securedunsecured, securitytype, status, createdby, createddate, authorisedby, authoriseddate, proposalnumber, SEQUENCENUMBER, accountnumber) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 16:43:27,906 INFO [STDOUT] Hibernate: insert into bankloanproposal (loanperiod, interestrate, interestapplfreq, intcalcmethod, compondfreq, fixedorfloating, typeofloan, securedunsecured, securitytype, status, createdby, createddate, authorisedby, authoriseddate, proposalnumber, SEQUENCENUMBER, accountnumber) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 16:43:28,390 INFO [STDOUT] Hibernate: update proposals set bankid=?, letterreferencenumber=?, dateofsubmission=?, proposedloanamount=?, stagesofproposal=?, dateofrejection=?, reasonsforrejection=?, loansanctionamount=?, sanctiondate=?, remarks=?, createdby=?, createddate=?, authorisedby=?, authoriseddate=? where proposalnumber=? 16:43:28,390 INFO [STDOUT] Hibernate: update bankloanproposal set proposalnumber=?, SEQUENCENUMBER=? where accountnumber=? 16:43:28,390 INFO [STDOUT] Hibernate: update bankloanproposal set proposalnumber=?, SEQUENCENUMBER=? where accountnumber=?
I Dont know why three times updation is done..Actually only two times the updation should be done...But Instead it create two row with updated row and new row..and the row which i wanted to change remain unchanged ..
can you please help me out
|