Citation:
Hibernate: update Participation set id_personne=null where id_personne=?
11:29:18,144 ERROR JDBCExceptionReporter:58 - L'élément du batch 0 update Participation set id_personne=null where id_personne=46 a été annulé. Appeler getNextException pour en connaître la cause.
11:29:18,145 ERROR JDBCExceptionReporter:58 - ERROR: null value in column "id_personne" violates not-null constraint
Je vois que Hibernate essaie de mettre à jour la table Participation ,alors que j'en ai pas besoin,et encor c'est normal j'ai pas de données à mettre dedant.