Re[2]: [Hibernate] null check and update, save

2003-02-19 Thread Jaroslav Misura
s GKdvga> set to null and I might be able to give some more guidance GKdvga> Jaroslav Misura

[Hibernate] null check and update, save

2003-02-18 Thread Jaroslav Misura
Hi, while I was writing tests for my code I ran into one "problem". Now, I'm not sure if it is a bug or a feature. I am using Hibernate 1.2.3 and MySQL 3.x . Some of properties in my JavaBean are marked as not null. When I test the code I set that property to null and try to save() it. The except