oi pessoal, fiz um sistema usando hibernate e servlet
ele grava normal mas qdo pede pra alterar aparece assim
Hibernate: update AREA_FUNCIONAL set AF_DESCRICAO=? where AF_CD=?
161 //valor do indice
ooo //valor da descrição que pedi para mostrar
Hibernate: select areafuncio0_.AF_CD as AF1_0_, areafuncio0_.AF_DESCRICAO as AF2_0_ from AREA_FUNCIONAL areafuncio0_ order by areafuncio0_.AF_CD
e no excluir aparece
Hibernate: delete from AREA_FUNCIONAL where AF_CD=?
Hibernate: select areafuncio0_.AF_CD as AF1_0_, areafuncio0_.AF_DESCRICAO as AF2_0_ from AREA_FUNCIONAL areafuncio0_ order by areafuncio0_.AF_CD
os dois parecem estar certo mas não faz nada
se alguem souber e puder me ajudar agradeço 
