views:

18

answers:

1

Hi, I know that during a update hibernate cand detect if any change has been done. If it is no, no sql request will be done.

IS there a way to get this boolean information computed by hibernate ?

Thanks in advance Regards

+1  A: 

Do you mean Session.isDirty()?

Pascal Thivent